Dropdown Menu Background

Home Forums SKT Black/White Theme Support Dropdown Menu Background

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #54706
    JordanJordan
    Member
    • Topics: 2
    • Replies: 2
    • Total: 4
    Member since: April 25, 2016

    I would like to change the background color, and the width of the dropdown menus from the nav. My url is http://ramonasoulpurpose.com. The dropdown menu in question is under the SoulPeaceProject tab on my nav. I can’t figure out how to do it? How can this be done?

    #54772
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30586
    • Total: 30586
    Member since: August 16, 2013

    Hi Jordan,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    .header .header-inner .nav ul li ul li a{background:#000000 !important; width:190px !important;}

    Regards,
    Brad

    #55322
    JordanJordan
    Member
    • Topics: 2
    • Replies: 2
    • Total: 4
    Member since: April 25, 2016

    That worked great for the desktop but the mobile version is still messed up. How can I fix that? Thanks for the help!

    #55401
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30586
    • Total: 30586
    Member since: August 16, 2013

    Hi Jordan,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    @media screen and (max-width:979px) {
    .header .header-inner .nav ul li a, .header .header-inner .nav ul li ul li a { color:#282828 !important;}
    .header .header-inner .nav ul li ul li a { background:transparent !important;}
    }

    Regards,
    Brad

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