Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #822980

    Hi, I would like to use the font LEMON MILK only for the menu of the website to match the Logo. Is that possible?
    Thanks a lot, Carolin

    #823648

    Hey phamosa,

    It should be possible yes, did you import the font using CSS? https://www.w3schools.com/cssref/css3_pr_font-face_rule.asp

    Best regards,
    Rikard

    #823896

    Thanks Rikard!

    I added this to the custom.css and uploaded the three otf files to the URL indicated (/httpdocs/wp-content/themes/enfold/css/fonts) (I created a new folder called “fonts”

    @font-face {
    font-family: LemonMilk;
    src: /httpdocs/wp-content/themes/enfold/css/fonts(LemonMilk.otf);
    src: /httpdocs/wp-content/themes/enfold/css/fonts(LemonMilkbold.otf);
    src: /httpdocs/wp-content/themes/enfold/css/fonts(LemonMilklight.otf);
    }

    Is that correct?

    Thanks for your help!

    #823962

    Hi phamosa,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #824048

    Yes, of course. I would only like to know if I can

    #824051

    Hi,

    Could you please switch user role to Administrator? :)
    Also, we may need FTP logins as well. If you do not mind, please post it in private content field

    Best regards,
    Yigit

    #824056

    Now you’re the admin :)

    Please let me know what you do because I want to learn it ;)

    #824061

    Hi!

    I installed and activated child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/, turned your font to @font-face, uploaded them in /fonts folder on your child theme and added following code to Quick CSS field

    .avia-menu-text { font-family: 'Lemon/Milk'; } 

    Please review your website :)

    Best regards,
    Yigit

    #824074

    Hi Yigit,

    thank you so much, you’re great!!!
    One more question: what about updates of the Enfold theme – am I excluded from them when I use a child theme?

    Thanks
    Carolin

    #824079

    Hi Carolin,

    Now that you are using a child theme, you can update the theme without worrying about losing those changes. If you have made any other changes on theme files, please move them to your child theme as well otherwise they will be overwritten. If that is the case, these posts may help – http://kriesi.at/documentation/enfold/child-theme-translations/ and http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/ :)

    Best regards,
    Yigit

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