Okay
  Public Ticket #1007342
Grey box on scroll
Closed

Comments

  • MyshaSantini started the conversation

    Hello,

    If you visit my portfolio page and scroll down to the bottom and then scroll back up, a grey box appears under the header as it adjusts its position (this happens on all pages) is there a way I can change this box to white? 


    Note: This also happens on mobile


    Thank you,

    Mysha

  •  8,996
    Tahir replied

    Hey Again,

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

    #boxed {
        background-color: #fff !important;
    }

    Thanks


    ThemeNectar Support Team 

  • MyshaSantini replied

    Works beautifully, thank you!