Okay
  Public Ticket #1222792
Update arrow color if header is transparent
Closed

Comments

  •  2
    nextenergy started the conversation

    https://themenectar.ticksy.com/article/9302/


    Hello!

    I followed the above tutorial and was wondering if it is possible to make the arrow a different color based on where or not my header is transparent or not. Is this possible? I tried adding various classes but could not get it to work.

  •  9,059
    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) :

    /* would change color only when transparent header is active */
    div#header-outer:not(.dark-slide)~#ajax-content-wrap .full-page-inner .slider-down-arrow-full i{
        color: #fff !important;
    }

    Thanks


    ThemeNectar Support Team