• Resolved jimithing007

    (@jimithing007)


    I updated to the latest version of Beaver Builder Lite in my staging website today. Once it updated, the main font I was using (Open Sans) changed. I went to my home page and clicked the “Customize” tab. The “Secondary” drop-down had been changed to “Droid Sans.” I changed this to Open Sans and now everything on the home page looks correct. However, when I click on the other menu pages on my site, I’m getting the same issue. If I go to the Customize tab on any of those pages, Open Sans is selected but that isn’t the font that’s displaying.
    You can see the differences here – here’s the home page, which is correct: http://d35.9df.myftpupload.com/

    But when you go here, the fonts are different. Even the menu has changed: http://d35.9df.myftpupload.com/services/

    I deactivated Beaver Builder Lite and all the fonts reverted to their correct state (but of course I lose all the work I’ve done in BB)

Viewing 4 replies - 1 through 4 (of 4 total)
  • nathanmckee

    (@nathanmckee)

    I am having a similar issue where all of my selected fonts were the correct font but none of them were displaying at all. It all seemed to be Times of some sort across all pages and changing the font in the drop downs in the customizer did nothing at all…

    Sorry I didn’t have a solution, but just thought I would chime in as well.

    Thread Starter jimithing007

    (@jimithing007)

    Yep. Looks like Times in the menu and the paragraphs, and some sort of bold Arial-like sans serif for the headers.

    Plugin Contributor Ben Carlo

    (@hinampaksh)

    Hey @jimithing007,

    Apologies for the extremely delayed response here. The issue is with the theme you’re using. I’m not really sure why but it’s adding a bunch of styling only on your homepage, not on any other pages. Check the screenshot below for reference.

    View post on imgur.com

    For now, just add the same styling under Appearance > Customize > Additional CSS which should make it apply to all pages on your site.

    .site-title{font-family:"Open Sans", sans-serif;}
    .main-navigation ul li a,.main-navigation ul li a:visited,button,a.button,a.fl-button,input[type="button"],input[type="reset"],input[type="submit"]{font-family:"Open Sans", sans-serif;}
    h1,h2,h3,h4,h5,h6,label,legend,table th,dl dt,.entry-title,.widget-title{font-family:"Open Sans", sans-serif;}
    body,p,ol li,ul li,dl dd,.fl-callout-text{font-family:"Open Sans", sans-serif;}
    blockquote,.entry-meta,.entry-footer,.comment-list li .comment-meta .says,.comment-list li .comment-metadata,.comment-reply-link,#respond .logged-in-as{font-family:"Open Sans", sans-serif;}

    But I would suggest getting in touch with the theme authors for a more concrete solution to the issue. 🙂

    Hope this helps!

    Ben

    Thread Starter jimithing007

    (@jimithing007)

    Hi Ben.

    That fixed the issue! Everything looks good now. I’ll add a post in the theme thread too to let the authors know.

    Thanks for your help!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Beaver Builder Lite Version 1.10.4 – Font issues?’ is closed to new replies.