Change the background colour of the menu?

Discussion in 'GeoCraft WordPress Theme' started by leosherlock, Feb 6, 2015.

  1. leosherlock

    leosherlock Member

    Joined:
    Dec 23, 2014
    Messages:
    80
    Likes Received:
    0
    Hi there,

    How do I change the background colour of the menu please?

    I've attached an image.
    Thanks,
    Leo
     

    Attached Files:

  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Leo,

    Paste the code given below in Custom CSS section
    (Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .header_wrapper .header {
      background: red;
    }
    .top_strip {
      background: red;
    }
    
    Please set color according to your requirement.

    Thanks & Regards
    Pramod
     
  3. leosherlock

    leosherlock Member

    Joined:
    Dec 23, 2014
    Messages:
    80
    Likes Received:
    0
    Hi Pramod,

    No, not the header - the actual menu itself! :)

    Please see this image.
    Thanks,
    Leo
     

    Attached Files:

  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi Leo,

    Paste the code given below in Custom CSS section
    (Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .menu_wrapper .menu-container {
    background: pink;
    }
    Thanks,
    Praveen
     
  5. leosherlock

    leosherlock Member

    Joined:
    Dec 23, 2014
    Messages:
    80
    Likes Received:
    0
    Thanks Praveen!

    How do I change the colour of the text in the menu please?
    Thanks,
    Leo
     
  6. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi Leo,

    Paste the code given below in Custom CSS section
    (Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #menu .ddsmoothmenu li a {
    color: green;
    }
    Thanks,
    Praveen
     

Share This Page