- This topic has 7 replies, 2 voices, and was last updated 3 years, 11 months ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Overlay Color Film on Slider
I am trying to figure out how I can put a gradient overlay film on slider image. Using Complete Pro theme fyi.
An example can be seen at https://www.bluehost.com/contact.
Hi,
Kindly show us your website URL please?
Regards,
Brad
Working on a local host that’s whty I can not share any link at the moment. Please send me the custom css code to make it happen on Complete Pro Theme Slider….
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
#slider::before {
position: absolute;
content: ">>";
left: 0;
top: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(90deg, #71A024 0%, #0160A2 100%);
opacity: 0.5;
}
Regards,
Brad
Placed the css but nothing has changed on the slider image… Category name #Slider is correct but it does not have any influence on the slider.
Hi,
Okay, Kindly go to style.css >> scroll down to bottom and paste CSS code there.
#slider::before {
position: absolute;
content: ">>";
left: 0;
top: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(90deg, #71A024 0%, #0160A2 100%);
opacity: 0.5;
}
Regards,
Brad
Sorry but it did not work out… Any other suggestions?
Hi,
Kindly add in style.css:
#slider::before {
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(90deg, #71A024 0%, #0160A2 100%);
opacity: 0.5;
z-index:20;
}
Regards,
Brad
Real estate professionals need more than a standard website—they require a sophisticated digital platform that seamlessly integrates property listings, market insights, and personalized client experiences. […]
The food delivery market is more competitive than ever, and your digital presence can make or break your business. Our Food Delivery WordPress Themes are […]
Premium High School WordPress Themes and Templates In the digital age, high schools need more than just a website—they need a comprehensive digital platform that […]