-
AuthorPosts
-
November 11, 2018 at 8:54 am #1032174
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!November 12, 2018 at 8:13 am #1032456Hey mooshonov,
Please try the following in Quick CSS under Enfold->General Styling:
.avia-slideshow-button font { font-size: 20px; }Best regards,
RikardNovember 12, 2018 at 8:42 am #1032471Thanks Rikard. I was might misunderstood. I actually meant to all buttons over the website including the ones on the slideshows.
Thanks very much.November 13, 2018 at 9:33 pm #1033178Hi 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,
VictoriaNovember 14, 2018 at 8:28 am #1033377This reply has been marked as private.November 15, 2018 at 5:44 am #1033771Hi,
Are you referring to custom.css in your child theme? If so then it should not be overwritten on updates.
Best regards,
RikardNovember 15, 2018 at 8:17 am #1033818Hi Rikard,
I’m referring to “themes/enfold/css/custom.css” – does that path is being rewrite after a theme casual update?November 16, 2018 at 8:49 pm #1034586Hi 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,
VictoriaNovember 17, 2018 at 11:22 am #1034708This reply has been marked as private.November 19, 2018 at 6:17 am #1035030Hi,
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,
RikardNovember 22, 2018 at 1:26 pm #1036503This reply has been marked as private.November 23, 2018 at 5:21 pm #1037015Hi mooshonov,
Well, yes it will be overwritten. Does it not work in Quick css?
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.
