I have a transparent button with a dark border at the bottom of my home page and would like to make the text black as well. Can you please provide me with some Quick CSS to do so? Thank you!
Hi djshortkut!
Please add following code to Quick CSS as well
.transparent-button a.avia-button { color: black; }
Cheers!
Yigit
Thank you! Resolved.