-
AuthorPosts
-
November 23, 2020 at 11:41 am #1262314
Sorry guys, I couldn’t manage to fix it by myself.
I’ve read the documentation about buttons, then I read in a thread that I could insert the following code if my quick css:
.small_button { font-size: 5px; }
but obvioulsy, there’s no effect about the text size.
Anyone please to help me changing the size of this small button in my right sidebar of that page?
https://c-serp.fr/references-client/service-seo-migration-de-site-club-aladin/
;)November 23, 2020 at 10:41 pm #1262502Hey rvga,
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
#top .main_color .avia-color-theme-color.avia-size-small { font-size: 10px; }
https://share.getcloudapp.com/BluQgOAj but you have this css that tells that button to have a font-size of 40px. You need to change that.
If you need further assistance please let us know.
Best regards,
VictoriaNovember 30, 2020 at 3:43 pm #1264001Hi Victoria,
Thx for your input.
You’re right, I’ve already put a quick css about the button text size – I put so many stuff in this css area that I forget what’s inside!My problem is that I need to adapt the text-size inside many kind of different buttons. (small, medium, big)
I guess the best thing to do is to apply a unique text-size to the specific element I want and the only way to do that is to use the Developer settings/Custom CSS Class field, am I right?Can you please tell what would be that piece of code?
None of the ones I’ve tried work :(December 1, 2020 at 12:04 pm #1264202Hi,
Thanks for the update. The easiest way would be to assign a class to your button elements. If you want a 12 pixel font size, then you could name the class button-12 for example. Then add this to Quick CSS:
.button-12 span { font-size: 12px; }
You can add as many classes as you like depending on which font size you want.
Best regards,
RikardDecember 1, 2020 at 4:53 pm #1264277Of course Rikard,
Sometimes I’m getting too tired to think by myself.
Thx for the tip ;)December 2, 2020 at 5:40 am #1264403Hi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.