-
AuthorPosts
-
March 2, 2015 at 11:27 pm #404844
Hello
I’m trying to change the font to use “Open Sans” but makes no change.
Thanks and regards
March 3, 2015 at 1:36 pm #405106Hey ggaudisa!
Where did you make the change, theme options or by CSS? Please send us a link to the site in questions so that we can take a look for ourselves.
Regards,
RikardMarch 3, 2015 at 7:25 pm #405341Hey Rikard
I do the change from options.
Regards
GermánMarch 4, 2015 at 10:29 am #405671Hey!
A link to the site and a screenshot will help. Make sure that you have the latest version of the theme, 3.0.8. Go to Enfold > General Styling > Fonts panel to change the font settings.
Best regards,
IsmaelMarch 4, 2015 at 8:53 pm #406034Hello
Yes, I have installed the latest version 3.0.8. This is the link to the web http://www.eptalimentaria.com/nueva/
I have configured the Open Sans does not work on the template
Regards
Germán
March 6, 2015 at 6:59 am #406828Hi!
Thank you for using Enfold.
Please increase the WP Memory Limit to at least 128M. Refer to this link how: http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
Please ask your hosting provider if the wp-content folder have the correct file permission or you can check it yourself via cpanel. http://codex.wordpress.org/Changing_File_Permissions
Basic permissions settings for a WordPress installation is Folder – 755, Files – 644.
Regards,
IsmaelMarch 9, 2015 at 6:10 pm #408312Hi Ismael
I have extended 128MB from cpanel of hosting and I have the correct permissions on the folder wp-content. But still not working
Regards
March 10, 2015 at 4:20 am #408585Hi!
Add this to the Quick CSS field:
body { font: 13px/1.65em "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
Let us know what happens.
Regards,
IsmaelMarch 11, 2015 at 12:08 am #409612Hi!
I made the change and still did not work. But reviewing the code I have seen that disabling this
.arial-websave{ font-family: Arial, Helvetica, Verdana, sans-serif; }
, it works “opens sans”.Can I remove that line or what should I do?
Regards
March 12, 2015 at 4:40 am #410278Hey!
There are two font settings inside the Fonts panel, one for the Heading Fonts and the other for the body text. Did you set both of these to open sans? Please post the login details here. Set it as a private reply.
Best regards,
IsmaelApril 28, 2015 at 7:21 pm #436310This reply has been marked as private.April 29, 2015 at 3:37 pm #436745Hi!
I have put this code into your Quick CSS:
body { font: 13px/1.65em "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; } header#header { font: 13px/1.65em "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
and not it’s working fine for me. Don’t forget to clear browser cache if necessary.
Regards,
AndyMay 4, 2015 at 10:52 pm #439378Hi!
Then, which is the solution?
Regards,
GermanMay 6, 2015 at 4:33 am #440087Hi!
The code above should overwrite the default: https://kriesi.at/support/topic/failed-to-changed-font-2/#post-408585
body { font: 13px/1.65em "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
I think you forgot to remove the browser cache before testing it. https://kriesi.at/support/topic/failed-to-changed-font-2/#post-409612
Regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.