Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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/
    ;)

    #1262502

    Hey 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,
    Victoria

    #1264001

    Hi 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 :(

    #1264202

    Hi,

    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,
    Rikard

    #1264277

    Of course Rikard,
    Sometimes I’m getting too tired to think by myself.
    Thx for the tip ;)

    #1264403

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.