badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Custom CSS Not Working

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #10858
    Fiaz
    Member

    Hi,

    I have been trying to change the border color of the drop down menus of the navigation menu but it is being overridden by the color options link color. I have done this through the Custom CSS Tab by inputting this:

    #access ul li ul {
    border-color: #000069; 
    }

    We need to have the link color slightly lighter than the main color to stand out better against the dark background colors of the footer.

    personally I think that the border color of the drop down menus of the navigation menu should be the color selected from the Slogan/Slider Title Color as this would make more sense as the border color needs to match this selection to blend.

    Is there a quick fix that I can make to change this?

    I have added a screenshot below to show the overriding CSS (my change is the #000069 color being crossed out)

    Screen Shot

    #10860

    Hi Fiaz,

    Could you please try below CSS in custom CSS and save it. Hope it works for you

    #access ul li ul {
        border-color: #000069 !important; 
    }

    Thank you!

    #10964
    Fiaz
    Member

    That worked perfectly thanks. Can’t believe I didn’t think of that.

    #10965

    Ok that’s great Fiaz

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.