I would like to have the option of making some of my buttons has a Bold White font instead of the normal white font.
When I bold something on my enfold theme it turns blue, but I already use blue buttons so that doesn’t work.
So wondering how I can bold white text in my buttons using the Custom Css Class area
Hey kpenner36,
Please add a link to the site/page in question so we can inspect the buttons and provide the proper answer.
Best regards,
Jordan Shannon
Hi,
Add this to quick css:
a.avia-button{
font-weight:bold!important;
}
Best regards,
Jordan Shannon
Thanks for the effort, but that did not affect anything that I was able to detect. I cleared my caches many times just to make certain.
Hi,
Try it as following
.avia_iconbox_title {
font-weight: bold !important;
}
let us know if it works.
Best regards,
Basilis