This topic has 10 replies, 3 voices, and was last updated 8 years, 6 months ago ago by Eva Kemp
Hi 8theme.
I am experiencing different coloured menus on different pages of my website. On my front page it’s white, and on other pages it is black.
How or where do i choose which colout i would like the menu to be on a certain page?
Hello,
We don’t have such feature in our theme, but you can use CSS style in Global Custom CSS.
Please specify on what page you want to change color of the menu?
Regards,
Robert Hall
Hi Robert.
Okay thanks, but how come the frontpage has a white menu then? Is it something i have done myself somewhere or?
Anyway i am building a new page up from scratch, which will takeover and be made the new frontpage when done.
This is the page:
Maybe you set a color for menu in Theme Options->Typography.
Please provide us with wp-admin access in Private Content.
Regards,
Robert Hall
But how would that change only the frontpage and not the all pages?
Anyway can you provide me with some css help, to get the menu of above mentioned page in white and not black?
Thanks.
Hello,
Please try to add this code in Theme Options->Custom CSS->Global Custom CSS.
.header-type-2.slider-overlap .header .menu > li > a {
color: #fff !important;
}
Regards,
Robert Hall
Perfect, thanks that worked. Now i just need to recolour the price shown in the cart (also in the header), which is still black?
Please use this code in Global Custom CSS
.shop-text {
color: #ffffff;
}
Regards,
Robert Hall
Perfect, thank you very much Robert – worked like a charm 🙂
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Menu items colour (text and icons) white on one page, black on another?’' has been successfully resolved, and the topic is now closed for further responses