Tagged: Transparent Button
Hello,
I have two adjustments I’d like to make to to the dark transparent buttons:
1) is it possible to make the button border itself transparent? I have in mind a button in which only the text is visible but whole button including the border is transparent.
2) is it possible to reduce the thickness of the dark transparent button border?
Thank you
just to flag — the questions above are different than the phone number question from before (which also dealt with buttons)…thanks :)
Hey!
Use this:
#top .avia-button.avia-color-dark {
border-color: rgba(0,0,0,0);
border-width: 1px;
}
Cheers!
Josue
Thanks so much. If I want to make these adjustments only to a particular button, where do I insert the custom class name? (Sorry again for the basic question — just learned about custom classes an hour ago).
Correct, the code would be like this:
#top .custom_class_here {
border-color: rgba(0,0,0,0);
border-width: 1px;
}
Regards,
Josue
super, thanks.
working late tonight, will probably have some more questions later…thanks for all your help.
You are welcome, glad to help :)
Regards,
Josue