Okay
  Public Ticket #158563
Custom CSS for Home Slider
Closed

Comments

  •  1
    Bryce started the conversation
    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: Any help to find the existing CSS?
  •  1,069
    ThemeNectar replied

    Hey 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!

  •  1
    Bryce replied

    That worked.

    Thanks.