Hi everyone
How can I center the title of a Content Slider? It should only center the text on the site “home”, not on every site.
Thanks for help!
Grüsse
Fabrice
Hi Fabrice!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.home .avia-smallarrow-slider-heading> div { text-align: center; }
Regards,
Yigit
Hey Yigit!
Thanks for your answer.
I’ve tested arround but it doesn’t work. I mean the title who also rotate.
I’ve also try this:
.page-id-734 .slide-entry-title .entry-title> h3 { text-align: center; }
I’m not sure where the “h3” must be in the code…^^
Thanks for help!
Gruss
Fabrice
Hey!
Try adding this code to the Quick CSS:
.avia-content-slider h3 { text-align: center; }
Cheers!
Josue
Works perfect! Thanks a lot!
Gruss
Fabrice
You are welcome, glad we could help :)
Regards,
Josue