Tagged: button, custom.css, enfold
Hi,
how can I customize with css the button elment in the avia builder?
I need to change the width, the eight, font color, remove the rounded corner and to put a .png as background.
Thank you,
Rosa
Hi pinkabbestia,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Hi Rikard,
all the informations in the private content box.
As you can see in the hp I putted 3 buttons on the video “animation / broadcast design / commercial”.
How can I customize those buttons with css?
Thanks
Rosa
Hi!
Please give your buttons custom CSS class and add following code to Quick CSS
.your-custom-class .avia-button { font-size: 15px; font-weight: bold; min-width: 120px; border: none; }
Best regards,
Yigit
Hi Yigit,
thank you for you reply.
I just added #top to your css suggestion and works.
Thanks again!