Adding text in the Footer

  • Unknown's avatar

    Hello,
    I need to add some text in the footer (not for removing existing text), and I didn’t find how to proceed (not in custom design, not in widget section,…). Is that a “theme related” functionality ?
    Thanks for your answer,
    Sebastien

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

  • Unknown's avatar

    Some themes do have a widget on the bottom, Responsive for example.

    If you have the CSS upgrade, I can move this topic to the CSS forum and someone with more expertise than I have will help you.

    (edit to say that I see you do have the upgrade—if you subscribe to this thread, then you will be notified when there is a response)

  • Unknown's avatar

    You can add plain text using the CSS “content” property. Here is an example that will add text to the footer in the Expound theme:

    .site-info:after {
    	content: "Add your text here.";
    	display: inline;
    }
  • The topic ‘Adding text in the Footer’ is closed to new replies.