- This topic has 5 replies, 2 voices, and was last updated 8 years ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Strong Theme: Section3 Video Background
How do I change the opacity of the background video in section3 of the strong theme? Thank you, Johnstron
Hi,
Kindly show us your website URL so that we can assist further.
Regards,
Chris
http://speakeasywineandspir.ipage.com/
Hi,
Kindly go to Appearance >> Customize>>Basic >> Scroll down to find Custom CSS and paste there:
.center { position:relative;}
.home3_section_area::before { position: absolute; content: ""; display: block; background-color: rgba(0,0,0,0.5) !important; top: 0; left: 0; height: 100%; z-index: 0; width: 100%;}
Regards,
Chris
Thank you Chris.
🙂
