Tagged: button, transparency
Hi guys,
I want to be able to use the transparent button but the set themes for either dark or light are not suitable for my background which is white and black. I would like to change the colour of the text and border on the button but keep the transparency. How can i do this?
Thanks for your help,
A
Hey cmcsoxford!
Thank you for using Enfold.
You can change the dark button styling with this on Quick CSS:
#top .avia-button.avia-color-dark {
border: 3px solid red;
color: red;
border-color: blue;
background: transparent;
}
Regards,
Ismael
Hi,
Thanks, that has worked great!
Appreciate your support.
A
Sorry, I have another page (http://www.confluent.org.uk/index.php/our-team/) where the button needs to be changed, how do I do it so that not all the light themed buttons are changed?
Thanks,
A
Hey!
Seems like you have already figured it out!
You can turn on custom CSS field for ALB elements and give your buttons a custom class – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Regards,
Yigit