Okay
  Public Ticket #2169404
Top Header Issue - Displaying Brown Instead of Transparent
Closed

Comments

  • charterone1 started the conversation

    Hi, 

    I'm not sure what happened, but over the weekend a brown/black top bar started appearing above our transparent header  

    Can you please help? I checked all theme settings to ensure it's set to transparent. 

    Thanks, 

    Katheryn 

  • Lachy replied

    Hello,

    Sorry to jump on your ticket. I'm also experiencing a similar issue however my call to action button has changed from green to black.

    The code was as follows but no longer seems effective:

    [button open_new_tab="true" color="B7DDD6" hover_text_color_override="#fff" image="default-arrow" size="large" url="mailto:[email protected]" text="CONTACT US" color_override=""]

    Thanks, Lachy

  •  8,992
    Tahir replied

    @Charterone,

    This code is causing the issue : http://prntscr.com/pdbjp3 .

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

    img[height="1"] {
        display: none;
    }

    Thanks


    ThemeNectar Support Team 

  •  8,992
    Tahir replied

    @Lachy, Try using the Button Page Element instead of the shortcode and check . Also provide your page url in a new ticket if the issue persists .

    Best 


    ThemeNectar Support Team 

  • charterone1 replied

    That worked. Thanks, Tahir!