Hi guys,
I have some trouble making change on a button of my welcome page: https://ergosolutions-transitions.ovh/ on this part : https://imgur.com/a/KbU3j
1 – I turned on the Custom CSS Class Field for ALB Elements,
2 – I gave a name (bouton-catalogues-accueil) to the button to make it a unique element,
3 – Then I tried to modify some characteristics and only the font-family worked.
I tried to change the font-size and would also like to reduce the size of the border of the button (to 1px for example).
Is it because it is a translucent button and then the button as its default characteristics or something else?
Thanks for your help!
Demaup
Just for information here is the code I tried
#top .bouton-catalogues-accueil {
font-size: 20px !important;
font-family: "Open Sans Condensed";
}
Hi,
Add the following to quick css:
#top .avia-button.avia-color-light{
border:1px solid #fff!important;
}
Best regards,
Jordan Shannon
Work perfectly!
Thanks Jordan :)
Hi,
No problem at all. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon