Overriding spans in twentysixteen
-
Hi. I want to remove the tags links from all pages of my blog (https://www.yobyot.com).
Inspection of the CSS in a browser says this styled in a span called
tags-links
.I’ve tried overriding the span in the Edit CSS functionality provided by Jetpack and when that didn’t work I just created a child theme in which I’ve tried to remove completely the
tag-links
logic in the child’s style.css, as shown here (I commented out the only reference totags-links
that I could find:.single .byline, .full-size-link, body:not(.search-results).group-blog .byline, body:not(.search-results) .entry-format, body:not(.search-results) .cat-links, /* body:not(.search-results) .tags-links, */ body:not(.search-results) article:not(.sticky) .posted-on, body:not(.search-results) article:not(.type-page) .comments-link, body:not(.search-results) article:not(.type-page) .entry-footer .edit-link { display: block; margin-bottom: 0.5384615385em; }
So far, I’ve had no luck hacking at this so I’d appreciate any input on what I am missing.
Thanks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Overriding spans in twentysixteen’ is closed to new replies.