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

    Hi,

    I have added the following css to have the buttons rounded. However on hover the button revert back to a square edge.

    a.avia-button {
    border-radius:30px !important;
    }

    Any assistance in having both rounded would be appreciated :)

    Cheers
    John

    #1233870

    Hey John,

    Add this to quick css:

    a.avia-button:hover {
    border-radius:30px !important;
    }

    Best regards,
    Jordan Shannon

    #1233897

    Thanks Jordan,

    Many thanks.

    If I add the code as below it doesn’t seem to work? But if I remove the active state and leave only the hover state it flashes briefly to the rounded state and then back to square edge; though the rounded state seems to be there but faded somewhat? The behavior can be viewed on the home page in link below. Is there perhaps a button color setting interfering with this? I have left the code as hover state for now so you can see.

    /*—————————————-
    // CSS – rounded buttons
    //————————————–*/
    a.avia-button {
    border-radius:30px !important;
    }
    a.avia-button:hover {
    border-radius:30px !important;
    }

    #1233978

    Hi,

    Add the following to quick css. This worked for me:

    a.avia-button {
    border-radius:30px !important;
    }
    
    #top .main_color .avia-color-theme-color-highlight {
        border-radius: 30px!important;
    }

    Best regards,
    Jordan Shannon

    #1234021

    Thanks Jordan..perfect. Please close thread.

    Cheers
    John

    #1234223

    Hi,

    I’m happy to help. If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Rounded button on hover not showing’ is closed to new replies.