Hi, Im trying to change the button text size in the screenshoted section of my site.
I followed this thread but it only changed the top slider buttons… which I like
How do I changed the buttons in this section text size?
Hey mcraig77!
Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your element and give it a custom CSS class and then add following code to Quick CSS
.your-custom-class .avia_iconbox_title {
font-size: 20px;
}
Best regards,
Yigit
Cool Thanks that worked. How do I get the font on those buttons to be all uppercase and match the font as in the button on the top slider?