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

    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

    #201659

    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

    #228452

    And to center it?

    #228688

    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

    #228697

    Thanks!

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