I’m sure there’s a simple solution – but I can’t find it scrolling through the CSS.
I want to have the buttons on my site to have some opacity.
Any ideas?
Aidan
Hi Aidan,
Please edit the Button Row > Advanced (tab) > Developer Settings > Custom CSS Class put: my-buttonrow then save.
Go to Enfold > General Styling > Quick CSS, then add this CSS code:
.my-buttonrow .avia-button {
opacity: 0.7;
}
Best regards,
Nikko
Thanks Nikko! I’ll give i a shot.
Cheers,
Aidan
Hi Aidan,
You’re welcome :)
Just adjust the opacity value (highest value is 1 which is no transparency, 0 is the lowest value which is fully transparent).
Best regards,
Nikko