-
AuthorPosts
-
November 16, 2015 at 6:13 am #666758
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;
}November 16, 2015 at 6:17 am #666760Hi 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.
November 16, 2015 at 8:53 am #666933Thanks for the information so far. I deleted the cache plugin, but that didn’t seem to fix the problem. Any other suggestions?
November 16, 2015 at 9:37 am #666994Hi 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!
-
AuthorPosts