Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #213301

    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

    #213334

    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

    #213541

    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

    #213679

    Hey!

    Try adding this code to the Quick CSS:

    .avia-content-slider h3 { text-align: center; }
    

    Cheers! 
    Josue

    #214109

    Works perfect! Thanks a lot!

    Gruss
    Fabrice

    #214114

    You are welcome, glad we could help :)

    Regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Content-Slider Title center’ is closed to new replies.