Adding text to footer with custom CSS

  • Unknown's avatar

    Hello, I would like to add some text to the footer of my blog. I have the custom css upgrade and my theme is Pictorico. What is the CSS code to do that? What I need to add is my business details. Thank you very much!

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

  • Unknown's avatar

    Hi there!

    Would adding your business details to the footer “sidebars” serve you? In the Demo, you’ll see that there are four designated areas for you to install any widgets you’d like:
    http://pictoricodemo.wordpress.com/2011/09/20/evening-light/

    You can certainly add a text widget with your business details.

    If you were hoping the test could appear elsewhere, could you explain to me exactly where you’d like this information to appear?

    Looking forward to hearing from you. Thanks very much.

  • Unknown's avatar

    Hello!

    Actually I would like to add some text right after “Blog at WordPress.com – The Pictorico Theme”.

    Can you help me with that?

    Thanks a lot!

  • Unknown's avatar

    Hi again!

    I would like to add some text right after “Blog at WordPress.com – The Pictorico Theme”. Can you help me with that?

    Certainly!

    In order to do this, click Appearance → Customize in your site’s Dashboard. Then, click CSS in your right-hand menu. In the CSS Revisions box, please paste the following underneath all existing text:


    .site-info:after {
    content: “Place your own footer text here.”;
    display: block;
    }

    Then Save your changes.

    That should do the trick! Please let us know if you have any other questions. Thanks much!

  • The topic ‘Adding text to footer with custom CSS’ is closed to new replies.