Tagged: Advanced Styling, Buttons, icons
Hello, I’m experiencing a couple of problems with the buttons:
1. Advanced styling is not changing the font-weight of the buttons
2. When I choose for the button icon to appear only on hover…it’s not there
Please help!
JPO
Hey JPOsteen,
Are you adding it by css or in the element settings?
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria
Hi Victoria,
I’m trying to make the style change by using the Advanced Styling feature in the Enfold Child Theme Options.
Also, please look at the problem I stated as #2 above.
See login info below.
Thanks!
Hi,
To correct the icon on the buttons I added this css to your Quick CSS:
.av-icon-on-hover .avia_button_icon {
overflow: visible !important;
}
Please clear your browser cache and check.
Best regards,
Mike
Thanks Mike!
But what about the other issue where making changes to the font through the Advanced Styling tab doesn’t work?
Hi,
I took a look at your button font weigh and first changed your Advanced Styling weigh from “light” to “200” sometimes this helps, then upon further examination, I found that the current font weight is set by “csshero”
please try disabling this css or change it to the weigh you want, and Then clear your browser cache and any cache plugin, and check.
Best regards,
Mike
Thanks, it worked!