This topic has 6 replies, 3 voices, and was last updated 8 years, 2 months ago ago by Jack Richardson
How can i change the colour of the tekst in menu ? i would like that it is red by standard and the hover to be black
https://gyazo.com/8476584817f45c955acf6733787b57f4
Thank you
Hello,
You can use this code:
.header-type-7 .menu-wrapper .menu-main-container > ul > li > a {
color: red;
}
.header-type-7 .menu-wrapper .menu > li > a:hover {
color: black;
}
Regards,
Rose Tyler.
Awesome! And the divider stripes between each text. How can i change that color?
https://gyazo.com/8476584817f45c955acf6733787b57f4
Hello,
Please use this css code in Global Custom CSS section:
.header-type-7 .menu-wrapper .menu > li > a {
border-color: red !important;
}
Best regards,
Jack Richardson.
when scrolling down the other menu appears. I also would like to change the color and font for that menu.
https://gyazo.com/42879d06aee178667b15298422b11557
Hello,
Please use this css code:
.fixed-header-area .menu > li > a {
color: red;
font-family: open sans;
}
Write your values.
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up