Okay
  Public Ticket #1129022
megamenu vertical divider
Closed

Comments

  •  1
    Mike started the conversation

    Hello

    I was wondering how I might target the vertical divider lines between sections in the megamenu (as seen in the example URL on the Salient demo) using CSS. Whenever I change the color scheme of the megamenu these dividers seem to disappear — it seems they are rendered with some level of transparency that is essentially becoming invisible when I use different colors.

    Cheers
    Mike

  •  9,006
    Tahir replied

    Hey Again,

    Please remove the Themeforest Header Frame and provide the direct url of the demo you are referring to . 

    Also its best to provide your site url so i can see why its disappearing on your install .

    Be.st 


    ThemeNectar Support Team 

  •  9,006
    Tahir replied

    Hey Again,

    Please remove the Themeforest Header Frame and provide the direct url of the demo you are referring to . 

    Also its best to provide your site url so i can see why its disappearing on your install .

    Be.st 


    ThemeNectar Support Team 

  •   Mike replied privately
  •  9,006
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    header#top nav >ul >li.megamenu >ul >li {
        border-right: 1px solid #002d55 !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    Mike replied

    Thanks Tahir! You the man.