Deleting rather than Hiding
-
Hi, I am using the codes
.widget .post-content span { display: none; }
.single .nav-links { display: none; }
That I found here to remove the widget post dates and nav links to other posts that appeared at the bottom of every post.
Both work fine except they dont actually solve the problem they just hide it. Both the dates and nav links can be found within the page source.
Is there a way that I can rip these out from the theme code rather than just “hiding” them?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Deleting rather than Hiding’ is closed to new replies.