Comments DaphneO started the conversationOctober 5, 2018 at 9:21amHello, as most of my pictures are white,I wanted to know if I can have a white gradient above the pictures and dark textInstead of a black gradient and white text?Can you explain me how?thank you! 2,700PenciDesign repliedOctober 5, 2018 at 9:26amHi,1/ For featured slider, you can check options for it via Customize > Colors for Featured Slider.2/ For featured categories "Career" & "Resources", please add more this code to Customize > Custom CSS to change it: .home-featured-cat-content.style-14 .penci-image-holder:after{ background: -moz-linear-gradient(top, transparent 50%, #fff 100%); background: -webkit-linear-gradient(top, transparent 50%, #fff 100%); background: -o-linear-gradient(top, transparent 50%, #fff 100%); background: -ms-linear-gradient(top, transparent 50%, #fff 100%); background: linear-gradient(to bottom, transparent 50%, #fff 100%); } .home-featured-cat-content.style-14 .first-post .magcat-detail h3 a, .home-featured-cat-content.style-14 .first-post .magcat-detail h3 a:hover{ color: #111; } .home-featured-cat-content.style-14 .mag-meta{ color: #414141; } Best Regards,PenciDesign Sign in to reply ...
Hello, as most of my pictures are white,
I wanted to know if I can have a white gradient above the pictures and dark text
Instead of a black gradient and white text?
Can you explain me how?
thank you!
Hi,
1/ For featured slider, you can check options for it via Customize > Colors for Featured Slider.
2/ For featured categories "Career" & "Resources", please add more this code to Customize > Custom CSS to change it:
Best Regards,
PenciDesign