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
Hey John,
Add this to quick css:
a.avia-button:hover {
border-radius:30px !important;
}
Best regards,
Jordan Shannon
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;
}
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
Thanks Jordan..perfect. Please close thread.
Cheers
John
Hi,
I’m happy to help. If you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon