- This topic has 4 replies, 4 voices, and was last updated 7 years, 1 month ago by Hash.
Viewing 5 posts - 1 through 5 (of 5 total)
- AuthorPosts
- April 17, 2017 at 6:49 am #2813StoxSignsParticipant
Is there a way to change the opacity of the slider. Even if there is some CSS code to add it would help.
Thanks again,
MatthewApril 17, 2017 at 6:22 pm #2815jonideeParticipantHi this was answered a few times here for many themes, either add a background rgba element to “slide overlay” in the style.css or add this line in the custome css
.ht-slide-overlay{
background: rgba(0,0,0,0);
}April 18, 2017 at 1:31 am #2821StoxSignsParticipantPerfect. Thanks for your help!
September 7, 2017 at 3:21 am #3401jmgranger1010ParticipantHi. This overlay css code isn’t working. Is there another one I can use to make the picture 100% rather than blacked out? Thanks..
October 4, 2017 at 12:09 am #3570HashKeymasterHi,
Use the CSS below
.ht-slide-overlay{
display: none;
} - AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.