Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #404844

    Hello

    I’m trying to change the font to use “Open Sans” but makes no change.

    Thanks and regards

    #405106

    Hey 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,
    Rikard

    #405341

    Hey Rikard
    I do the change from options.
    Regards
    Germán

    #405671

    Hey!

    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,
    Ismael

    #406034

    Hello

    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

    #406828

    Hi!

    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,
    Ismael

    #408312

    Hi 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

    #408585

    Hi!

    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,
    Ismael

    #409612

    Hi!

    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

    #410278

    Hey!

    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,
    Ismael

    #436310
    This reply has been marked as private.
    #436745

    Hi!

    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,
    Andy

    #439378

    Hi!

    Then, which is the solution?

    Regards,
    German

    #440087

    Hi!

    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

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