Okay
  Public Ticket #1708946
Overlapping Logo in Header
Closed

Comments

  •  1
    jhmoses10x started the conversation

    Is it possible to have an overlapping logo in a salient theme?

  •  8,999
    Tahir replied

    Hey Again,

    Yes though would require some custom css . Let us know the Site url  .

    Best 


    ThemeNectar Support Team 

  •  1
    jhmoses10x replied

    https://lavondrivecampaign.impactresourcecenter.com/


    I'd like to be able to put a box around the logo and have it overlap past the navigation bar.

  •  8,999
    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):

    header#top #logo {
        position: absolute;
        top: 57px !important;
        background-color:#721228 !important;
    }

    Thanks


    ThemeNectar Support Team