Navigation überspringen

[Gelöst] Double title on page – css not working

Dieser Thread wurde gelöst. Hier ist eine Beschreibung des Problems und der Lösung.

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 vor 5 Jahren, 7 Monaten. 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)

Dieses Thema enthält 2 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von leilaG vor 5 Jahren, 7 Monaten.

Assistiert von: Christian Cox.

Author
Artikel
#1272709
double-title.jpg

We have a CPT blog - versteckter 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!