Tagged: Partner logo element
Hi,
What Quick CSS can I use to centre the heading of the Partner/Logo Element?
Thanks
Hi 500Webmaster!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .avia-smallarrow-slider-heading> div { text-align: center; }
Best regards,
Yigit
Great, thanks! And to change the colour? Sorry to be a pain…
Hey!
You can use the same css selector with the color attribute
#top .avia-smallarrow-slider-heading> div{
text-align: center;
color: #333333;
}
Cheers!
Peter
Thanks guys!