Okay
  Public Ticket #1213200
Home Slider Button and Caption
Closed

Comments

  • JBeaule started the conversation

    Hi, I was wondering if there was a way to change the opacity of the caption background on the home slider as well as the background of the button? It's currently too light and makes the caption difficult to read. 


    Thanks!

  •  8,470
    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) :

    #featured article .post-title h2 span {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
        box-shadow: 10px 0 0 rgba(0, 0, 0, 0.8), -10px 0 0 rgba(0, 0, 0, 0.8);
        -moz-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.8), -10px 0 0 rgba(0, 0, 0, 0.8);
        -webkit-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.8), -10px 0 0 rgba(0, 0, 0, 0.8);
        -o-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.8), -10px 0 0 rgba(0, 0, 0, 0.8);
    }

    Though its advised to use the Nectar Slider instead as it has more options . The Home Slider is deprecated and only still there for legacy users. 

    Thanks 


    ThemeNectar Support Team