- This topic has 7 replies, 2 voices, and was last updated 4 years, 1 month 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
Best Selling WordPress themes WordPress themes have long proved themselves as extensively reliable and user – directed online content creation and development self – hosted […]
Harmonic WordPress Themes In an effort to find consonant and tuneful website tools for music, dance, orchestra and other music and composition based websites, we […]
Online Booking System Plugins If you are engaged into a restaurant, hotel, consultant, hair salon or any other suchlike business, in which making reservation and […]