Saltar navegación

[Resuelto] Double title on page – css not working

Este hilo está resuelto. Aquí tiene una descripción del problema y la solución.

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 hace 5 años, 6 meses. 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)

Este tema contiene 2 respuestas, tiene 2 mensajes.

Última actualización por leilaG hace 5 años, 6 meses.

Asistido por: Christian Cox.

Autor
Mensajes
#1272709
double-title.jpg

We have a CPT blog - enlace oculto

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!