Hello,
I hope all is well during this COVID-19 outbreak.
I have a question, this provided website in private content is using Enfold and my question is:
they have been using some sort of effects for their white transparent buttons… Can anyone kindly assist me, which option Enfold or what CSS can do the job?
There are two effects, for light and dark transparent buttons.
Thank you very much.
Hey Oref,
Are you referring to one of the demos?
Best regards,
Jordan Shannon
Dear Jordan,
Thank you for your reply.
No, the website mentioned on the private data… I will write it again.
And please find the screenshot.
When your hover goes over the button, the color of LIGHT TRANSPARENT gets to another color.
Hi,
I see. This was likely custom css:
.avia-button {
font-size: .8rem;
letter-spacing: .07rem;
text-transform: uppercase;
background: transparent;
transition: all 0.3s ease 0s;
background-color: transparent;
transition: all 0.3s ease 0s;
border: 2px solid white!important;
color: white!important;
padding: 20px 30px!important;
}
.avia-button:hover {
background: white!important;
color: #131e2b!important;
opacity: 0.9;
}
Best regards,
Jordan Shannon
Hi Jordan,
Thank you for your reply.
It is nice BUT
it made the DARK TRANSPARENT button to white too!
How can I make it separate?
For Light Transparent
and Dark Transparent buttons.
Thank you.
Hi,
On the link you provided, the buttons are all transparent. In order to make a button darker you can add a separate class to the element and then give it custom css.
Best regards,
Jordan Shannon
Got it, Thank you.
I will update you with the result, boss.
Hi,
No problem at all!
Best regards,
Jordan Shannon
Jordan, I made it.
Please check the site in private content.
Thank you for your help.
Hi,
Looks great! Did you need additional help with this topic or shall we close?
Best regards,
Jordan Shannon
Hi Oref,
Great :)
We are closing the thread.
If you need further assistance please let us know in a new one.
Best regards,
Victoria