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 25, 2015 at 8:23 pm
#1728
Participant
Oh, sorry, I didn’t realize you were talking about posts.
You can remove the page title on all the posts by using the following CSS code:
body.single-post #page-title {
display: none !important;
}
You need to add this code to “Elvyre options -> Appearance – Custom CSS” box.
The page title won’t be shown anymore.
Robert