Support » Theme: evolve » [Theme: Evolve] How can I hide tags from categorized posts

  • Resolved ONNoah

    (@onnoah)


    How can I remove the tags from categorized posts. We would still like for search engines to use the metadata, but are hoping there is a way that tags are hidden from the bottom of the posts.

    I have tried inputting

    .tags {
    display: none;
    }

    at the bottom of style.css without result.

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter ONNoah

    (@onnoah)

    Perhaps, if necessary, the way around this would be not to use the tags, but to input the metadata in HTML.

    Hi,

    Please try the following in Theme Options -> Custom CSS

    .entry-tags{
    display:none !important;
    }

    If that doesn’t work, please post url to your web page. This will hide tags but not categories.

    Thanks!

    Thread Starter ONNoah

    (@onnoah)

    Thank you Denzel,

    That was very helpful! Great insight!

    Hi,

    Thank you. Please kindly set this thread to resolve if you do not require any further assistance on this issue.

    Best Regards,
    Denzel

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Theme: Evolve] How can I hide tags from categorized posts’ is closed to new replies.