Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #198011

    Hi,

    What Quick CSS can I use to centre the heading of the Partner/Logo Element?

    Thanks

    #198061

    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

    #200612

    Great, thanks! And to change the colour? Sorry to be a pain…

    #200616

    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

    #200618

    Thanks guys!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Partner/Logo Element – Heading Alignment’ is closed to new replies.