Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #856155

    Stanleypuss
    Participant

    Hello Xtheme support,

    sorry to hassle you, just exhausted and can’t find answer in knowledgebase.

    I used agency theme as base for client site: http://www.newman-cams.com

    and want to change background colour on drop down menu (marked in red on screenshot).

    Any chance you let me know what the CSS code is please.

    kind regards

    #856166

    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    
    ul.sub-menu {
        background-color: #ddd !important;
    }

    Please change color code as per your choice.

    Thanks.

    #856539

    Stanleypuss
    Participant

    Thank You, working perfectly.

    #856672

    Thai
    Moderator

    You are very welcome.