Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #607260

    .avia-button { background: #00529E !important;
    border: #00529E 2px solid !important;
    color: #ffffff !important;
    }

    .avia-button:hover {
    color: #00529E!important;
    background-color: #FFBA00 !important;
    border: #FFBA00 2px solid !important;
    }

    I came up with this to change me button color and hover color, if there is a better way please let me know.

    My question is how do I make the font bold within the button (both on the regular way and hover)?

    Thank you for your help.

    I was able to get the hover font to be bold with this code but couldn’t get the font to be bold before hoving:

    .avia-button:hover {
    color: #00529E!important;
    background-color: #FFBA00 !important;
    font-weight: 900;
    border: #FFBA00 2px solid !important;
    }

    #607268

    Hi Micheal0424!

    Glad you found a way to change some things to make the font bold please try the below CSS

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

    Best regards,
    Vinay

    #607280

    That worked perfectly, thank you very much!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Button Color and Hover Color’ is closed to new replies.