- This topic has 3 replies, 2 voices, and was last updated 7 years, 5 months ago by rdolishny.
Viewing 4 posts - 1 through 4 (of 4 total)
- AuthorPosts
- August 23, 2016 at 7:07 am #655rdolishnyParticipant
There is a very transparent black box behind the text on the slider that I want less transparent. Can this be changed?
August 23, 2016 at 7:16 pm #657HashKeymasterYes, add the below CSS using some custom CSS plugin
#sq-masthead {
background: rgba(30, 36, 42, 0.6);
}Just increase the value of 0.6 to 0.7, 0.8 or 0.9 if you need less transparent.
August 24, 2016 at 8:47 pm #662rdolishnyParticipantAlmost! I’m sorry I didn’t explain myself well.
It’s the semi-transparent box on the slider itself.
August 24, 2016 at 9:30 pm #663rdolishnyParticipantSoled using your guide as a cue.
.sq-slide-caption {
background: rgba(0, 0, 0, 0.7);
} - AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.