-
Author
-
February 7, 2016 at 14:50 #102496irinapaninaParticipant
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
February 7, 2016 at 16:08 #102510sharmstrModeratorOne 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 CODEadd_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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 8, 2016 at 21:10 #102787irinapaninaParticipantHi, 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
February 8, 2016 at 21:17 #102789sharmstrModeratorYour 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
You must be logged in to reply to this topic.