Tagged: alignment, Color, content slider, heading
Hi,
How do I centre and change the color of the “Content Slider” main header and also title, using Quick CSS? I realize it’s probably really simple – but I literally am not not familiar with css and require spoon-feeding :)
Thanks
Hey 500Webmaster!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.main_color h3 { color: red; }
this would change h3 colors globally. If you would like to change the color only on Content slider element, please post the link to your page where you have content slider.
And add following code to change the color of title
.avia-content-slider .slide-entry-title { color: red; }
Best regards,
Yigit
And to center it?
Hi!
Please add following code to Quick CSS to center the title of content slider element
.avia-content-slider .slide-entry-title {
text-align: center; }
Regards,
Yigit
Thanks!