I am trying to make my header semi-transparent. In order to do so. I need to move my banner up be editing the following css:
element.style {
background-color: #FFFFFF;
background-image: url("http://asdarlingdoes.com/wp-content/uploads/2014/01/springtime-slider.png");
height: 531px;
top: 74px; CHANGED TO 0px;
}
However, I can't find anywhere in the actual code to edit this or a way to overwrite the existing CSS.
Here is the div that pertains to the provided CSS above:
Shop NowHey again Bryce!
Use this in your Custom CSS box located in your Salient Options panel:
body #featured { margin-top: -110px!Important; } #featured article { margin-top: -70xp!important; }Cheers!
That worked.
Thanks.