Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #944061

    How do we Change text colour on Full Width Easy Slider

    #944074

    Hey whdsolutions,
    For the full width easy slider title, please try this code in the General Styling > Quick CSS field:

    .avia-fullwidth-slider h2.avia-caption-title {
    color: red !important;
    }

    For the title and body, try:

    .avia-fullwidth-slider h2.avia-caption-title, .avia-fullwidth-slider .avia-caption-content {
    color: red !important;
    }

    Adjust to suit
    If this doesn’t work please Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.