Viewing 2 reply threads
You must be logged in to reply to this topic.
I am trying to have my call to action button “Get Started Now” show a hover effect, where the background of the button changes color to a lighter orange and have a white border around it, but I can not get it to work.
Actually I had it like this, but trying to get the parallax to work I deleted the slide.
I am trying to edit the style and also inline css, but nothing seems to work. If you could help me I will really appreciate it. The site is already live and I have some urgency. thanks!
Hello,
Sorry for the late rpely.
Please add this code into your custom css box:
.tp-caption.home_button:hover {background-color: rgb(232, 183, 107) !important; }
Change the color to your need.
Best regards!
You must be logged in to reply to this topic.