• Resolved prcapitalgroup

    (@prcapitalgroup)


    Hello,

    I was wondering if anyone knows how I can hide the posts tags on my website. I’ve searched about found to ass the following CSS. But that has not worked with this theme.

    .post-tags.meta-wrapper {
    display: none;
    }

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, were you able to get this resolved? When looking at posts on the site you linked I’m not seeing any tags showing up.

    Thread Starter prcapitalgroup

    (@prcapitalgroup)

    Thanks for asking. I just got it figured out today. The css code I had needed to be slightly adjusted.

    The following code worked to hide the tags in the TwentyFourteen theme:

    .entry-meta , .tag-links { display: none; }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide Post Tags’ is closed to new replies.