Tagged: styling
Hi there,
I’m working on a site and I want to use the translucent dark button but I want the text and border to be red.
I tried the code in this post: https://kriesi.at/support/topic/change-colour-translucent-buttons/
But apparantly thats just for the slider translucent buttons.
Also i was wonder if it’s possible to add ccs per translucent dark button…
So i.e. can i make one translucent dark button change to red and another to blue?
Hope you can help me out.
I added an screenshot of what im trying to make.
Hi MulderMind!
Thank you for using Enfold.
Please turn on the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Edit the button, add a custom css class attribute. Use “red-button” for example, add this in the Quick CSS field:
#top .red-button .avia-button.avia-color-dark {
border: 3px solid #000;
color: red;
border-color: red;
}
Cheers!
Ismael
Great – exactly what I was looking for :)
Thank you.