Change colours of navbar, menu and submenu?

Discussion in 'ReThink WordPress Theme' started by seowebmaster, Jan 4, 2016.

  1. seowebmaster

    seowebmaster New Member

    Joined:
    Dec 10, 2015
    Messages:
    7
    Likes Received:
    0
    Hi!
    Which is the easiest way to change colours of navbar, menu and submenu?

    Changing colours must be easy - it's available in many free themes.

    Best regards,
    Daniel
     
  2. priya

    priya Guest

    Hello Daniel,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #menu .ddsmoothmenu{
        background: lightsalmon !important;
    }
    #menu li a {
        color: blue !important;
    }
    #menu li.current-menu-item a:hover, #menu li a:hover {
        background: lightpink !important;
    }
    
    NOTE: Change color as per your interest.

    Hope it will resolve your issue

    Do let me know if you need more assistance,
    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. seowebmaster

    seowebmaster New Member

    Joined:
    Dec 10, 2015
    Messages:
    7
    Likes Received:
    0
    Thanks Priya!

    Still something is missing. Look at the submeny and the grey backgrounds of the meny - they must be changeable as well.
    And the 3D-look is gone.
    Here is the example http://www.belovarsky.com/
     
  4. priya

    priya Guest

    Hello Daniel,

    Please paste the code given below in Custom CSS section of your dashboard.
    Code:
    #menu .ddsmoothmenu li li a:link, #menu .ddsmoothmenu li li a:visited {
      background-color: lightsalmon !important;
    }
    Do let me know if you need more assistance,
    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page