Colour of subheader bar

Discussion in 'Forum Rules' started by jimgavin1961, Apr 15, 2015.

Thread Status:
Not open for further replies.
  1. jimgavin1961

    jimgavin1961 New Member

    Joined:
    Mar 24, 2015
    Messages:
    6
    Likes Received:
    0
    Hi there,

    I've plugged in the following code to allow me to change the colour of (amongst other things) the main topic bar along the top of the screen. Unfortunately, this doesn't seem to apply to the drop down headers under the main bar. If I add new subheads in, it doesn't circumvent this problem. Is there additional code I can insert?

    #menu .ddsmoothmenu {
    background: #1EA34A;
    }
    .footer {
    background-color: #004387;
    }
    .bottom-footer {
    background-color: #1EA34A;
    }
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey!

    Could you please provide us your website URL with some edited screenshots of your issue so that we can assist you accordingly?

    In case you are unable to create a screenshot, you can follow the link http://www.screenpresso.com/ which will help you to create screenshot easily.
    Thanks,
    Praveen
     
  3. jimgavin1961

    jimgavin1961 New Member

    Joined:
    Mar 24, 2015
    Messages:
    6
    Likes Received:
    0
    Hi again - url is: www.scrivamedical.co.uk

    I've added a screenshot below, which shows the issue (see subheader bar under Experience, which is in a different colour to the main green bar).
    Thanks...
     

    Attached Files:

  4. sameerwalkar

    sameerwalkar Guest

    Hi,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard

    Code:
    #menu .ddsmoothmenu li li a:hover {
      background-color: #1EA34A !important;
    }
     
    #menu .ddsmoothmenu li li {
      background: rgb(30, 163, 74) !important;
    }
    Hope it will solve your issue.
     
  5. jimgavin1961

    jimgavin1961 New Member

    Joined:
    Mar 24, 2015
    Messages:
    6
    Likes Received:
    0
    Yes, this works! Many thanks Sameer!
     
Thread Status:
Not open for further replies.

Share This Page