Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1171798

    For some strange reason the fonts are different on the inner pages…

    They all need to be as set in Advanced Styling, but the inner pages are not doing this.

    #1171961

    Hey whdsolutions,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1172109
    This reply has been marked as private.
    #1172232

    Any ideas?

    #1172409

    Hi whdsolutions,

    Thanks for giving us admin access.
    We have checked the homepage and inner pages and though they use the same CSS, font-weight does not seem to work properly on inner pages when montserrat font is used, though this is only happening on your site :(
    I’m not really sure why this happens, can you try to update your site to the latest version of Enfold? maybe it will help, just make sure to have a backup first.

    Best regards,
    Nikko

    #1181370

    It’s happening again

    #1181606

    Hi whdsolutions,

    The about page seems to load only 2 fonts while the homepage loads 3.
    Can you give us temporary admin access on the site? so we can try to look into the settings again, hopefully we can find a solution.

    Best regards,
    Nikko

    #1181733

    Details

    • This reply was modified 4 years, 9 months ago by whdsolutions.
    #1181878

    Hi whdsolutions,

    The differences seems to be coming from layerslider.
    Can you try to add this code at the bottom of functions.php (we suggest using a child theme):

    function custom_add_google_fonts() {
      wp_enqueue_style( 'montserrat-google-fonts', 'https://fonts.googleapis.com/css?family=Montserrat:400,700', false ); 
    }
     
    add_action( 'wp_enqueue_scripts', 'custom_add_google_fonts' );

    Best regards,
    Nikko

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