Okay
  Public Ticket #405216
Thin bottom border on transparent header
Closed

Comments

  • Jon started the conversation

    Trying to remove the thin bottom border, but the FAQ code doesn't seem to work:

    body #header-outer[data-transparent-header="true"].transparent {
        border: none !important;
    }
  •  8,849
    Tahir replied

    Hey,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    div#header-outer {
        box-shadow: none !important;
    }

    Thanks



    ThemeNectar Support Team 

  • Jon replied

    It's still there. Is there something else I should be changing?

  •  8,849
    Tahir replied

    Hey Again,

    I cant see the css added on the frontend. Make sure there is no red cross in the custom css box .

    Thanks


    ThemeNectar Support Team 

  • Jon replied

    I have it in there. It has a yellow yield sign, but no red cross:

  •  8,849
    Tahir replied

    Hey,

    See screenshot:

    There is a ending curly brace missing.

    Thanks


    ThemeNectar Support Team 

  • Jon replied

    Oh my god that was driving me nuts. I knew it had to be something dumb like that!

    Thank you!!!

  • [deleted] replied

    Hi!

    It doesn\'t do the trick for me :(

    my website is: http://new.neopros.fr

    Thank you!

  • [deleted] replied

    Fixed.

    I\'ve added:

    #boxed #header-outer[data-transparent-header=\"true\"].transparent {

    border-bottom: none !important;

    }