Okay
  Public Ticket #2035947
Sub Menu Padding
Closed

Comments

  • LiskaD started the conversation

    Hello, there is additional padding around my sub menu creating a solid white border I need to eliminate. In my CSS I am entering:

    .sf-menu > li ul {
    padding: none !important;
    }

    But to no effect. How to I eliminate this padding from my sub menu?


  •  8,994
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .sf-menu > li ul {
    padding: 0px !important;
    }

    Thanks


    ThemeNectar Support Team 

  • LiskaD replied

    Thanks! I'm also trying to make my drop downs .9 opacity. It looks like the dropdown menus have a solid color behind them. How do i get rid of this background color?

    .sf-menu > li ul {
    background-color: none !important;
    }

    does not seem to be working

  •  8,994
    Tahir replied

    Hey Again,

    I see you got it working. 

    Best


    ThemeNectar Support Team