Gateway theme CSS

  • Unknown's avatar

    I’ve read a lot of forums about how to hide the list of tags after your blog posts on other themes but I can’t find any information on how to do this on the Gateway theme. Anyone know? Help please!

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

  • Unknown's avatar

    Hi Demi,

    I can see that you’ve successfully hidden the tags at the end of your posts using the following custom CSS:

    footer.entry-footer.clear span.right {
    display: none;
    }

    If you’d like to display your categories and only hide the tags, you can remove the above snippet and replace it with the following:

    .tags-links {
    display: none;
    }

    If you have any extra questions, please don’t hesitate to let me know.

  • The topic ‘Gateway theme CSS’ is closed to new replies.