This topic has 3 replies, 2 voices, and was last updated 8 years by sharmstr.

  • Author
  • #102496
     irinapanina
    Participant

    Hello!

    I was trying to change the font of the website to Lato. I have changed the fonts in the “theme options” – “fonts” but nothing worked. Changing CSS did not help.

    Hope you can help

     

    #102510
     sharmstr
    Moderator

    One of two reasons

    1 – You need to clear your server cache or purge your cdn if you have those in place.

    2 – You need to put this in your child theme’s functions.php file and resave your theme options

    COPY CODE
    
    add_filter( 'kleo_theme_options_ajax', '__return_false' );
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #102787
     irinapanina
    Participant

    Hi, there is no cache. Once I change the font and Save it, the current font (Roboto) changes into something else, that isn’t Lato.

    Also, I have tried to add that line into functions.php but it didn’t work.
    So, the font changes, but into something that is NOT Lato.

    Thanks

    #102789
     sharmstr
    Moderator

    Your site is throwing a 404 error on uploads/custom_styles/dynamic.css. That’s the file that the theme options are written to. Check the permissions on that directory. Make sure WP can write to it.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

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

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?