Okay
  Public Ticket #1172970
Bug Defect - Transparent Navigation
Closed

Comments

  • bobbycornes949 started the conversation

    I am using the transparent header across my website. Upon scrolling the header fills with our set color. On one specific page I wish to "Disable Transparency from Navigation". I have checked the box to do so on the specific page (see screenshot attached). Upon disabling transparency from the navigation it created an extra white space between my hero image and content (see screenshot attached). I have also attached screenshot before transparency was disabled so you can see with and without the white bar addition. I wish to have transparency disabled on this page without the extra white space created between hero image and content. Thank you so much for such an awesome theme! You guys rock!

  •  3,034
    Andrew replied

    Hi Bobby,

    Thank you for reaching out to us.

    The gap seem to be removable using some CSS code. However, as I will need to take a look at your page in order to provide an accurate solution, could you please send me the link to your website and point where should I be looking at? It will be greatly appreciated.

    Looking forward to your reply.

    Best regards.

  • bobbycornes949 replied

    Hi Andrew, 

    There is a chance that our development website might be restricted to certain IP addresses. Here is the direct Url to the page in question. Can you provide custom CSS snippet that I can drop in there?

    http://devsite.vcacharities.org/donations/

    Thank you so much. 

  •  9,011
    Tahir replied

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

    body[data-header-resize="0"] .container-wrap {
        padding-top: 0px !important;
    }

    Thanks


    ThemeNectar Support Team