Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #916929

    Hello,

    Happy with your theme so far but I am struggling with the following :
    1 / color of the menu should be white. In the home page, I have the following setting : header transparancy. In the ENFOLD options / Header / Transparancy options, the color for transparant header is set to #ffffff
    2 / How to change the font of the text “FLOW with Rose” like in your demo : https://kriesi.at/themes/enfold-health-coach/ ?
    3 / I tried also to change the font for titles in ENFOLD options / General Style / Fonts / Title font. But neither H1 or H2 titles change on the home page (it should be Parisienne font now).

    Thanks for your help.

    Bertrand

    #917410

    Hey Jinkao,

    Which font do you need for h1 and h2?

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #921041

    I am curious for this answer too. I want to change my menu’s font into a specifc font I am using for the rest of my website styling.

    Could you please help me out on this.

    Kind regards,

    Erwin

    #921286

    Hi Erwin,

    You can set that under Enfold->Advanced Styling.

    Best regards,
    Rikard

    #921936

    Hi there,

    I checked this, but I can’t find the fonts there which I uploaded with the Use Any Font-widget.

    Is there an other way?

    Kind regards,
    Erwin

    #922079

    Hi,

    Yes but then you would need custom CSS, you can use something like this in Quick CSS:

    @font-face {
        font-family: myFirstFont;
        src: url(sansation_light.woff);
    }

    Replace the font name and URL of it in the code. Then try something like this, also in Quick CSS:

    #avia-menu .avia-menu-text {
      font-family: myFirstFont !important;
    }

    Best regards,
    Rikard

    #939919

    Thanks the problem is solved.

    #940203

    Hi,

    Glad that Rikard helped you :) Please feel free to comeback if you need further assistance.

    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘menu color and title font’ is closed to new replies.