Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #246313

    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

    • This topic was modified 10 years, 6 months ago by heufti65.
    #246332

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #246494
    This reply has been marked as private.
    #246610

    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

    #246631

    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%; }}

    #246777

    Hey!

    Try adding this code to the Quick CSS:

    .entry-title a {    
        font-family: "Roboto", arial, sans-serif !important;
    }

    Cheers!
    Josue

    #246778

    Hi Josue, that works perfect.
    Thanks for your help.
    Always great!

    #246779

    You are welcome, glad we could help :)

    Regards,
    
Josue

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.