Hi,
I want to change small button (.avia-button.avia-size-small) as a rounded button without text only with fontello icon.
Can you please advice or give the possible CSS codes.
Thanks in advance.
Regards
Hey Fuenos!
Please firstly turn on custom CSS field for ALB elements ( please see – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and then give a custom class to your button ( i.e.: custom-button ) and then add following code to Quick CSS in Enfold theme options under General Styling tab
.custom-button .avia-button.avia-size-small { padding: 10px; min-width: 10px; border-radius: 100px; }\
.custom-button span.avia_button_icon { left: 0!important; }
Regards,
Yigit
Hey Yigit,
Thanks, Danke, Tesekkür!
Very helpful ;)