Reply To: Customize text to be in the slider widget area

Homepage Community Forums Optimal Theme Support Customize text to be in the slider widget area Reply To: Customize text to be in the slider widget area

#4175
Wes
Moderator

    Oh I see now. If you resize your browser or view from mobile you’re saying the background changes to white in that area….We can fix this by removing the “background: none !important;” on line 3349 in your css file –

    `.slider-wrap {
    background: none !important;
    }`

    For the html part, try adding this – ` Slider copy` or you could just create a class and add the styles in your css and make the adjustments from there. You’ll probably want to add some padding to the top as well, since the slider doesn’t have any….you may or may not need to do this.