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*

How to customise background colour drop down menu

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #94689
    Henny
    Participant

    Hi,

    How can I change the background colour of the drop down menu? Now the background is white and because of the choosen font colour, the items are not visible anymore…

    Best Regards,
    Henny

    #95476
    Henny
    Participant

    Hi,

    Any idea yet? I have a dark background with white font. Only the submenu boxes have a white background as well. I suppose it should be changed by a css code?

    Regards,
    Henny

    #95679

    Hi Henny,

    Our Support Team missed your Topic.
    Yes please go to ‘Appearance > Customize > Design Option > Custom CSS’ and paste the below Custom CSS code.

    #access ul li ul,
    #access ul li ul li a:hover,
    #access ul li ul li:hover a,
    #access ul li.current-menu-item ul li a:hover {
    	background-color: #333333;
    }

    You can change the color code to any desired color code.

    Thanks

    #95694
    Henny
    Participant

    Hi,
    Unfortunately this code is not changing the background color of the dropdown submenu…

    #95888

    Hi,

    There was a minor issue on the code, We have updated the code. Please copy and paste the updated Custom CSS code again.

    Thanks

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