Okay
  Public Ticket #574337
Box Roll Header Background Colour
Closed

Comments

  • John started the conversation

    With the Box Roll Header effect, as seen on the Agency demo (http://themenectar.com/demo/salient-agency/), the background is grey when the header rolls. Is there a way of changing this colour? Overriding the CSS and adding a background colour for the ajax-content-wrap element works great for Chome, but in IE (Edge, specifically). the whole header turns to the new colour on roll. Is there another way? Thanks.

  •  8,990
    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) :
    .blurred-wrap {
        background-color: #000 !important;
    }

    Thanks



    ThemeNectar Support Team 

  • John replied

    Unfortunately my page doesn\'t have a blurred-wrap element. I\'m not sure if it\'s because I\'m using the image background maybe. I will add a further private reply where you can see my test URL

  •   John replied privately
  •  8,990
    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) :
    html body.box-rolling, html body[data-footer-reveal=\"1\"].ascend.box-rolling, html body[data-footer-reveal=\"1\"].box-rolling {
        background-color: #ff0 !important;
    }

    Best.



    ThemeNectar Support Team 

  • John replied

    That worked perfectly. Thanks! :)