Greetings,
If there is a way to change them, would you please send a Quick CSS example of a smaller, different color font in the Content Slider Heading?
Thanks!
Hi Paul!
Thank you for visiting the support forum.
You can change the content slider title with this on Quick CSS or custom.css:
.avia-content-slider .slide-entry-title {
font-size: 11px;
color: red;
}
Best regards,
Ismael
Thanks, Ismael.
That worked for the Slide Titles (which I’m not using), but it’s the Content Slider Heading I’m trying to modify.
I was able to center the heading using “.home .avia-smallarrow-slider-heading> div { text-align: center; }”, but not make any font size or color changes.
Best regards,
Paul
Hey!
Code Ismael posted works fine on my end. Please try adding !important rule as following
.avia-content-slider .slide-entry-title {
font-size: 11px !important;
color: red !important; }
Flush browser cache and refresh your page a few times after applying the code. If that still does not work, please post the link to your website
Regards,
Yigit
Hey!
Please add following code to Quick CSS instead
top .avia-smallarrow-slider-heading h3 {
color: red;
font-size: 15px;
}
Cheers!
Yigit
Thanks, Yigit. I appreciate your assistance!
Best regards,
Paul
Hello.
I have almost the same problem. How do i change the color of the sliders headline (the one at the top that doesn’t slide)
Thanks in advance!