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

    I’ve seen some posts where people are trying to change their menu colors and they’ve been told to go to Advanced Menu Styling and then choose the area of the menu they’d like to alter. This would be great; however, when I go to Advanced Menu Style > Main Menu Sublevel Links nothing populates below for me to choose the font color, back-ground color etc. It’s just a big empty grey area. Was this only in an older version?

    https://kriesi.at/support/topic/hover-color-at-submenu-link-how-to-edit/

    #489576

    I realized my error, but I do have a question. Why aren’t the standard web font listed in the font family when changing the H1 via the Advanced Styling

    #490049

    Hi!

    not sure what you mean, because the standard Enfold fonts should be all listed when editing font family.

    Regards,
    Andy

    #490160

    I was looking for the web safe fonts/font families
    Arial, Helvetica, sans-serif
    “Arial Black”, Gadget, sans-serif
    “Comic Sans MS”, cursive, sans-serif
    Impact, Charcoal, sans-serif
    “Lucida Sans Unicode”, “Lucida Grande”, sans-serif
    Tahoma, Geneva, sans-serif
    “Trebuchet MS”, Helvetica, sans-serif
    Verdana, Geneva, sans-serif

    #491031

    Hey!

    these are not google fonts, that’s why. However, with

    font-family: verdana; 
    

    you can easily define the font.

    Best regards,
    Andy

    #493245

    I am still having problems with the on state for the navigation. Since the Advanced Styling was not working I have tried adding code via the Quick CSS. I have added multiple things trying to get it to work. Currently the following will display an on state on the main nav; however, all the subitems under it are also white. I have noticed that if I am on a subpage it it working properly, it’s just when I am on a main nav page.

    .current-menu-item a span {
    color: #ffffff !important;
    }

    #493455

    Hey!

    Please replace the css code with this:

    .current-menu-item > a span {
      color: #ffffff !important;
    }

    Regards,
    Ismael

    #493631

    Perfect. Thank you.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Advanced Menu Styling’ is closed to new replies.