• I’m using Hello theme by Templatic for my blog, dailyeats.com. On the top strip of the theme in the right side I would like to remove: Posts | Comments | Email.

    I searched the CSS and appearance menus could not seem to find where this is located to delete it.

    Where can I find this to remove it?
    How do I remove it?

    Thanks so much!

Viewing 1 replies (of 1 total)
  • Hi Terry

    To remove that section just add the following code to bottom of your style.css file

    #top_strip p.links {
    display: none !important;
    }

    Btw, wordpress.org staff doesn’t provide support for themes that aren’t available inside the themes directory. If you’ll need help in the future contact us (Templatic) for help.

    Cheers
    Vedran

Viewing 1 replies (of 1 total)
  • The topic ‘Remove text from theme’ is closed to new replies.