Hi,
Ive added a button using the button content element but I need to make the text bold.
Is there a quick way to do this?
Thanks
Hey robertscott!
You can turn on Custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and give your element a custom CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class { font-weight: bold!important; }
Regards,
Yigit
Tried that and it didnt work
Tried adding a custom element to the button element and added the right code but still doesnt work
Hi!
Please add following code to Quick CSS
.contact-us-button-bold a {
font-weight: bold!important;
}
Cheers!
Yigit
Hey!
Please flush browser cache and refresh your page a few times. Code is being applied fine on my end :)
Best regards,
Yigit
Yes but the text on the butting still isnt bold. ive looked on 2 different computers
Hi!
I have uploaded two screenshots showing the differences – http://imgur.com/a/y2svc
There is a slight difference. If you would like to add new bolder font weights, please see – http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/
Best regards,
Yigit
Ah I see. Yes only a slight difference. I’ll try changing the font on the button.
Thanks