Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › How to remove double title tags in post? › Reply To: How to remove double title tags in post?
January 27, 2015 at 10:37 pm
#1749
Participant
Yes, I didn’t get what you meant right.
So, to remove the h3 title, use the following CSS code:
body.single-post article.post-body h3 {
display: none !important;
}
Note that this will remove the h3 title from the single posts only, not from the pages.
Robert