Tagged: menu navigation
-
AuthorPosts
-
August 18, 2015 at 3:57 pm #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/
August 18, 2015 at 4:17 pm #489576I 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
August 19, 2015 at 2:05 pm #490049Hi!
not sure what you mean, because the standard Enfold fonts should be all listed when editing font family.
Regards,
AndyAugust 19, 2015 at 3:48 pm #490160I 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-serifAugust 20, 2015 at 7:29 pm #491031Hey!
these are not google fonts, that’s why. However, with
font-family: verdana;
you can easily define the font.
Best regards,
AndyAugust 25, 2015 at 10:45 pm #493245I 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;
}August 26, 2015 at 11:43 am #493455Hey!
Please replace the css code with this:
.current-menu-item > a span { color: #ffffff !important; }
Regards,
IsmaelAugust 26, 2015 at 3:51 pm #493631Perfect. Thank you.
-
AuthorPosts
- The topic ‘Advanced Menu Styling’ is closed to new replies.