Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #666758

    DaveinJapan
    Participant

    Hi. I’m having a little trouble with the typography section of the customiser. The logo font options don’t seem to be working (no matter what font I select it remains the same on the page), all except for the Uppercase option which does work. The other fonts are customising okay, it just seems to be an issue with the logo font. A similar issue happened with buttons options but resolved itself after I closed and reopened customiser (not so with the logo font though). Any suggestions?

    Here’s the site: http://haskellbooks.com

    Thanks!

    p.s. I was given the following CSS here a few days ago in order to make the logo font responsive for mobile, I don’t think it’s related but thought I should mention it. I also attempted to remove the code to see if it made a difference, but it didn’t seem to.

    @media screen and (min-width: 515px){
    .x-navbar .x-brand {
    font-size: 250% !important;
    pointer-events: none;
    }
    }
    @media screen and (max-width: 514px){
    .x-navbar .x-brand {
    font-size: 140% !important;
    pointer-events: none;
    }

    #666760

    Christopher
    Moderator

    Hi there,

    I see cache plugin is active in your site, please disable cache plugin while you’re developing your site or clear cache on both site and browser to see the changes.

    Hope it helps.

    #666933

    DaveinJapan
    Participant

    Thanks for the information so far. I deleted the cache plugin, but that didn’t seem to fix the problem. Any other suggestions?

    #666994

    Rupok
    Member

    Hi there,

    Thanks for updating. I can see the font is working for the logo – http://prntscr.com/93f1mf

    Either it’s coming from your Typography Settings or you have added this to your Custom CSS. If it’s not coming from Customizer settings then make sure to remove this from Custom CSS section.

    Cheers!