This code works in the quick CSS:
.avia-button {
font-size: 30px!important;
}
But I want this only for some buttons, so I set a custom CSS class ( support ) called ab-button
But when I add The following code, nothing happens:
.ab-button {
font-size: 30px!important;
}
What am I doing wrong?
Hey sberendss,
We need to take a closer look Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
Best regards,
Vinay
Vinay, thank you for looking at this. I entered the requested data in the private content.
Hi,
Thanks for the details, please try this CSS instead:
.ab-button .avia_iconbox_title {
font-size: 30px!important;
}
Best regards,
Rikard
Thanks Rikard, that works.
Hi,
Glad we could help!
Please take a moment to review our theme on themeforest https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
Vinay