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

    Hi ! I am trying to change the font weight, size and family that displays in my main menu at the top but I cant/ I have researched other solutions in this forum and have tried them all but nothing seems to work!

    Please let me know how I can do that . Thanks !!

    #936933

    Hey cdiaz075,

    You can set that under Enfold->Advanced Styling.

    Best regards,
    Rikard

    #976410

    Hi,

    font weight and font spacing is not possible to change on Enfold->Advanced Styling – only size, color and family.

    Would love to be able to change font-weight and font spacing as well under Enfold->Advanced Styling!

    Was trying to send this as a request by clicking on the link on Enfold->Advanced Styling Beta information, but was not able to because I did not find the place where to write the request on your site, looked like closed.

    Regards,
    Britta

    #976965

    Hi,
    We can help you with some css to achieve this, but your site seems to be down, unless you have a new url.
    Basically adding this code in the General Styling > Quick CSS field will make the changes:

    .av-main-nav>li>a span.avia-menu-text {
    letter-spacing: 1px !important; 
    font-weight: bolder !important; 
    }

    but your font-weight depends on the font, most fonts offer light, normal, & bold, but extra light & bold may not be available for all fonts.

    Here is our Enfold feature request form.

    Best regards,
    Mike

    #977020

    Hi Mike,

    thanks a lot.
    My site runs well and is up with a maintenance page at zahohie.com. But maintenance is unchecked temporally, so it is possible to use the footer links.

    I also use submenu but with your code only the main menu shows up in bold. Is there a possibility to change to bold for the submenu as well?
    And is the letter-spacing possible less then a full 1px (strange question, but spacing looks good but could be a bit less…)?
    Also I have a problem with Chrome, even clearing the cache multiple times, the bold and spacing doesn’t want to show up. In Safari it works. Any suggestions?

    Thanks for the link to the Enfold feature request form. This is where I went before as well, but even now, I can’t find the form where to write my request. Because clicking on the button: Request Feature – the only thing that happens is that the page reloads.

    Best regards,
    Britta

    #977048

    Hi,
    Thank you for the link, I had gone to the wrong url before.
    You can use negative numbers for your letter spacing, such as: -1px; if you want them closer together.
    When I look at your menu it is “bolder” “font-weight: 900” now, but it looks as though your font-family doesn’t support a heavy looking font face.
    To also change the sub-menu, please replace your code with this:

    .av-main-nav ul > li > a span.avia-menu-text, .av-main-nav>li>a span.avia-menu-text {
    letter-spacing: 1px !important; 
    font-weight: bolder !important; 
    }

    Sorry I just found out the request form is getting worked on, please try again after the weekend.

    Best regards,
    Mike

    #977060

    Thanks Mike,
    for your note and insight at the font family. I also thought of maybe changing it…
    But your provided code doesn’t work, the submenu isn’t changing with that. But meanwhile I was browsing around and found this one on the board:
    ul.sub-menu a .avia-menu-text{
    font-weight:bold!important;
    }
    And voila, it works!

    Thanks a lot for your insights and the info of the request form, now I know :)

    Best regards,
    Britta

    #977083

    Hi,
    Glad to hear you have it sorted out, unless there is anything else we can help with, shall we close this then?

    Best regards,
    Mike

    #977580

    Hi Mike,
    thanks for your support. I’m done with this subject.
    Best regards,
    Britta

    #977604

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Cant Change Font on my menu !!’ is closed to new replies.