hi,
i wanna change the button lable font style in “Button” & “Promo Box” that are in layout bulider.
thanks in advance!
Hey!
Use following css code to change the font style
.avia-button-wrap a.avia-button span.avia_iconbox_title{
font-weight:bold;
color: #fff;
}
Obviously you can use different css styling rules :)
Best regards,
Peter
