Okay
  Public Ticket #1589844
Border under menu in header
Closed

Comments

  • Alice started the conversation

    Hi,

    I am using transparent header when applicable. I would like to have the line (border) underneath my menu. I think I turned it off once and I cannot find the place to turn it on again! In your documentation it is said to be in the Transparency options of the Header settings but there is no "Remove Border On Transparent Header" possibility. See screenshot.


    Please help :-)

    regards,
    alice.

  •  3,032
    Andrew replied

    Hey there,

    Thanks for reaching in,

    I'm afraid that option has been removed on Salient Theme Version 8.5.5. You will have to remove it via custom CSS

    Regards.

  • Alice replied

    Oh no! why did you do that? ;-)

    Actually, I don't want to remove it. On the contrary, I would like to add it since my dropdown seems to fly in midair when hovering over a menu item (see attachment).

    Could you please help me to write it back into appearance via CSS?

    regards, *alice.

  •  9,007
    Tahir replied

    Hey Again,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   Alice replied privately
  •  9,007
    Tahir replied

    Hey Again,

    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):

    body.material #header-outer[data-header-resize="0"]:not([data-format="left-header"]):not(.scrolled-down) {
        box-shadow: 0 0 3px 0 rgba(0,0,0,0.22)!important;
        -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.22)!important;
        -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.22)!important;
    }

    Thanks


    ThemeNectar Support Team 

  • Alice replied

    Super - Thanks a lot! Works fine :-)

    *alice.

  • Alice replied

    Hi Tahir,


    sorry but it only works well on white background. I am using transparent headers and need the change. Is there a way via CSS to make it light when the headers turns transparent on a dark background?

    Why was this option removed? :-( I really don't think it looks well if the dropdown navigation appears in midair with nothing aligned.  ... Couldn't you please pass this one back on to your designer/developers, please?

    Thanks, *alice.

  •  9,007
    Tahir replied

    Hey Again,

    No unfortunately not at the moment . Have noted it in the Wishlist .

    Best 


    ThemeNectar Support Team