Different menu color for homepage - by silverz

This topic has 6 replies, 3 voices, and was last updated 8 years, 5 months ago ago by Eva Kemp

  • Avatar: silverz
    silverz
    Participant
    November 1, 2015 at 02:59

    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.

    5 Answers
    Avatar: stan
    Stan Russell
    Participant
    November 2, 2015 at 08:43

    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.

    Avatar: silverz
    silverz
    Participant
    November 4, 2015 at 06:01

    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

    Avatar: Eva
    Eva Kemp
    Support staff
    November 4, 2015 at 11:27

    Hello,

    Please provide us with wp-admin panel credentials.

    Regards,
    Eva Kemp.

    Avatar: silverz
    silverz
    Participant
    November 5, 2015 at 08:27

    i’ve added the login credentials below

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    November 5, 2015 at 12:01

    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.

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.