Skip Navigation

[Resolved] Double title on page – css not working

This thread is resolved. Here is a description of the problem and solution.

Problem: I would like to hide the duplicate title on my blog template, but the CSS I have is not working.

Solution: Remove conflicting CSS, or add more specific CSS to override the theme's CSS.

Relevant Documentation:
https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity

This support ticket is created 5 years, 5 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 2 replies, has 2 voices.

Last updated by leilaG 5 years, 5 months ago.

Assisted by: Christian Cox.

Author
Posts
#1272709
double-title.jpg

We have a CPT blog - hidden link

It is showing double title, usually for our other toolset CPT pages we can use this css in the page, but it doesn't seem to be working

.post_info {display:none!important;}
.post_image {display:none!important;}
.breadcrumb{display:none!important;}
.title_subtitle_holder {display:none!important;}

#1272757
Screen Shot 2019-06-19 at 10.28.22 AM.png

There's a CSS file cached by WP Engine that is setting this to display:block. I can't really figure out where it's coming from because it's minified. You'll have to remove that style, or add some more specific CSS.

https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity

#1272835

My issue is resolved now. Thank you!