This topic has 6 replies, 3 voices, and was last updated 9 years ago ago by Eva Kemp
Hello,
Is it possible to designate(in CSS or some other method) a different color for the top menu, just for the home page, and all the other pages(such as ‘contact us’) to have a different top menu color.
Thank you.
Hello silverz,
please show on screenshot how do you want to customize your homepage menu and we will provide you with needed code.
Regards,
Stan Russell.
ok, let’s say for the kids sub-theme ‘wookids’, below are 2 links, the homepage has a default orange menu and, the second attachment just show a non-homepage page, such as the ‘contact us’ page) which has a default black colored menu(the same way it already is)
the information in the dropdown menu can remain in black color.
home page: http://i1168.photobucket.com/albums/r481/silverz2/wookids-home%20page_zps3vgav9vp.jpg
contact us: http://i1168.photobucket.com/albums/r481/silverz2/wookids-contact_zpsrjykpajm.jpg
Thank you
Hello,
Please provide us with wp-admin panel credentials.
Regards,
Eva Kemp.
i’ve added the login credentials below
Hello,
To change menu items color please use this code in Global Custom CSS:
.menu > li a {
color: orange !important;
}
.menu > li.current-menu-item > a {
color: #85C934 !important;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up