Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #971917

    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

    #971930

    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

    #973020
    This reply has been marked as private.
    #973026

    Hi,
    Add this to quick css:

    a.avia-button{
    font-weight:bold!important;
    }

    Best regards,
    Jordan Shannon

    #973062

    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.

    #973464

    Hi,

    Try it as following

    .avia_iconbox_title {
    font-weight: bold !important;
    }

    let us know if it works.

    Best regards,
    Basilis

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.