Menu bar color

Discussion in 'Digital Affiliate Box WordPress Theme' started by sticks, Nov 25, 2017.

  1. sticks

    sticks New Member

    Joined:
    Nov 16, 2017
    Messages:
    4
    Likes Received:
    0
    The menu bar is currently an uninspiring gray. Is there a way to change its color? Thank you.
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello,

    To change the color of your menus, you need to paste the below custom CSS code in the Custom CSS field located under Dashboard->Appearance->Theme Options->Styling Settings
    Code:
    #menu .ddsmoothmenu {   
        background-color: #cc0000;
        background-image: none;
    }
    This will help you to figure it out and resolve your issue(s).
     
  3. sticks

    sticks New Member

    Joined:
    Nov 16, 2017
    Messages:
    4
    Likes Received:
    0
    Thank you. This worked!
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49

Share This Page