Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #498864

    Hi guys!

    i would like to change the color of the button “shop now” on my full width image slider on home page and about page. it could be RED? how can we manage the effect on this button?

    Thanks a lot for your help!

    cheers

    Mario

    #498910

    Hi Mario!

    Add this to a codeblock element in the page.

    <style type = "text/css">
    .avia-slideshow-button {
      border-color: red !important;
      color: red !important;
    }
    </style>

    Regards,
    Elliott

    #498917

    THANK YOU VERY MUCH!!!

    cheers

    Mario

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘change button color of caption’ is closed to new replies.