Tagged: breadcrumb, enfold, font
Hi
I have changed the fonts with the plugin Wp-Google Fonts that you suggested. Everything works fine except the blog navigation headline. I think it´s called the title container breadcrumb? The font there has not changed.
What could be the reason?
THX. Oliver
Hi,
Can you post the link to your website please?
Regards,
Josue
Hey Oliver!
You have this code in the Quick CSS:
h1, h2, h3, h4, h5, h6, #top .title_container .main-title, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox, .av-special-font{
font-family:'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
Try removing it.
Cheers!
Josue
Hi Josue.
I have only this in the Quick CSS Box of Enfold Styling:
.title_container .breadcrumb { left: -4px; top: 75%; }
#top .title_container .container { min-height: 70px; }
@media only screen and (max-width: 480px) { .responsive .logo { margin-top: 50px; }
#advanced_menu_toggle { top: 77%; }}
Hey!
Try adding this code to the Quick CSS:
.entry-title a {
font-family: "Roboto", arial, sans-serif !important;
}
Cheers!
Josue
Hi Josue, that works perfect.
Thanks for your help.
Always great!
You are welcome, glad we could help :)
Regards,
Josue