Hi,
I’d like to change global button text size, since it too small proportionally to other elements.
Is there any quick css code for that?
Thanks!
Hey mooshonov,
Please try the following in Quick CSS under Enfold->General Styling:
.avia-slideshow-button font {
font-size: 20px;
}
Best regards,
Rikard
Thanks Rikard. I was might misunderstood. I actually meant to all buttons over the website including the ones on the slideshows.
Thanks very much.
Hi mooshonov,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.avia-button {
font-size: 16px !important;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi,
Are you referring to custom.css in your child theme? If so then it should not be overwritten on updates.
Best regards,
Rikard
Hi Rikard,
I’m referring to “themes/enfold/css/custom.css” – does that path is being rewrite after a theme casual update?
Hi mooshonov,
Well, it is safer to use a child theme and put the css in the styles.css there. It should work in Quick css too, if you have any code there, please validate it, there might be some error.
Best regards,
Victoria
Hi,
Style.css is a required file in any theme, are you sure that you don’t have one? It should work in Quick CSS as well like Victoria pointed out, you might want to try that out.
Best regards,
Rikard
Hi mooshonov,
Well, yes it will be overwritten. Does it not work in Quick css?
Best regards,
Victoria