How do I delete the automatic footer info?

Support Area Forums Moonrise How do I delete the automatic footer info?

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://http://chamoycitylimits.com/
  • Author
    Posts
  • #27350
    Ana Fernandez
    Participant

    I want to add my own custom footer, but when I leave the footer section in the “background” section blank, this automatically appears….how do i stop this from happening?

    Attachments:
    #27358
    Bill Robbins
    Moderator

    Good Morning Ana,

    Excellent question. If custom text has been entered into the field for it, it’ll be displayed. Otherwise the default will show up as you’ve discovered. To remove it and leave nothing, do this:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      .footer-left {
      	display: none;
      }
      
    3. Update your settings.

    Have a great day,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How do I delete the automatic footer info?’ is closed to new replies.