Okay
  Public Ticket #1203532
Different Fonts on Different Page
Closed

Comments

  • nickpixtxt started the conversation

    Hi, 
    I'm struggling to see where the override is, or how I change it but I've universally set my fonts through the salient back end typography tab, "Home" and "Portfolio" seem to be working great but the "Blog" page isn't using the same fonts, despite being the same H2 tags.
    Have I somehow overridden it?

    Also, while you're in there - do you mind telling me how I get my nav bar to look and function consistently across all pages? On my "Portfolio" page (when transparent) the text and logo is dark when it should be light. When I scroll down the white nav background doesn't appear.
    What am I doing wrong?

    Thank you for your help, I love the theme. 
    Nick

  •  8,470
    Tahir replied

    Hey,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    body .masonry.meta_overlaid .masonry-blog-item.wide_tall h2.title {
        font-family: Playfair Display !important;
    }

    Thanks


    ThemeNectar Support Team 

  • nickpixtxt replied

    Thank you Tahir. This seems to have worked for some of the headings, but not all. Do you have any further ideas?
    http://picturesandtext.co.uk/wp/blog/

    Thank you for your help.
    Nick

  •  8,470
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    #page-header-bg h2, body h2, article.post .post-header h2, article.post.quote .post-content h2, article.post.link .post-content h2, article.post.format-status .post-content h2, #call-to-action span, .woocommerce .full-width-tabs #reviews h3, .row .col.section-title h2 {
        font-family: Playfair Display !important;
    }

    Thanks


    ThemeNectar Support Team 

  • nickpixtxt replied

    Perfect. Thank you Tahir!