Hi, there
Thanks for previous helps and hope everything is going well.
I do know the way to hide an element of particular page which using page ID and
display:none;
CSS code. It works.However, when it comes to post, is there any way to hide an element in all posts? For example, I want to hide an element across all posts.
Thank you very much.
Hi Dandy,
If your theme is using proper class, all the entries should have ‘hentry’ classKeeping that in mind, if we have to disable say all blockquotes, we can use something like this
.entry blockquote { display:none;}
Hope that helps.
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
This topic is: not resolved