Forums

[resolved] Remove the text in the footer (Theme: Default) (4 posts)

  1. Rebecka
    Member
    Posted 1 year ago #

    How do I remove the text in the footer on the theme Default? I have tried to take away everything between <p> and </p> as well as text within the apostrophe. The result is that the footer is cut. Why and how do I keep the footer as it is but without the text?

  2. alchymyth
    The Sweeper
    Posted 1 year ago #

    without the content, the #footer div does not have any height;
    add something like this to style.css of the child theme:

    #footer { min-height:70px; }

  3. Chip Bennett
    Member
    Posted 1 year ago #

    ...or, replace the content with &nbsp; (a non-breaking space).

  4. Rebecka
    Member
    Posted 1 year ago #

    Thank you so much! I added some height in style.css and it worked perfectly.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags