Tagged: border, button, transparent
Hi,
I’d like to have a transparent button that has the same background as the color section but with a white border. And it should change color on hover as well?
How do I go about that?
Thanks
Hey m_gnowit,
Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Hi Rikard,
Thanks for the reply. I kind of solved that issue. I changed the large button’s css on hover.
Now my other concern, is to have that hover feature on that specific button only in that color section. So far I have,
.avia-button.avia-size-large:hover {
color: #83af98!important;
background-color: #ffffff !important;
}
How can I make it change only for that container?
The website is wp.gnowit.com and I am referring to the Start Your Free Trial.
Thanks,
Hey!
Turn on the custom css class field then edit the button element. Add a custom css class attribute. Refer to this link: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Cheers!
Ismael
Thanks Ismael.