Editing footer in Suburbia Theme

  • Unknown's avatar

    Hi,

    Is there a way to edit the info in the footer in Suburbia theme. I am aware that I need to leave the wordpress and theme credits but would like to add some extra info.

    I know that you can hide the footer and add a new one but am not sure how to do this on Suburbia.

    I have tried the following code but nothing happens…

    #footer {
    	display:none;
    }

    Thanks

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Instead of hiding the footer, you should add text like this:

    .footer p:after {
    	content: " More text goes here.";
    }
  • The topic ‘Editing footer in Suburbia Theme’ is closed to new replies.