Okay
  Public Ticket #3210582
Dropdpwn menu
Closed

Comments

  •  4
    Sabdelm started the conversation

    Hello

    Is it possible to customise the Dropdown Menu Background Padding ? I want it smaller ! (or to switch the background color to a transparent one ?)

    Thank you very much !

    Attached files:  Dropdown Menu.docx

  •  2,719
    Andrew replied

    Hello Sabdelm,

    Thank you for reaching out to us.

    Could you share your URL so we can look into this for you?

    Kind regards,

  •   Sabdelm replied privately
  •  2,719
    Andrew replied

    Hello again,

    Thank you for getting back to us.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    body .sf-menu >li#menu-item-511.sfHover > ul, #header-outer #top .sf-menu .menu-item-511 > li#menu-item-511.sfHover > ul {
        background: transparent !important;
    }
    

    Thanks,

  •  4
    Sabdelm replied

    Thanks !