• Resolved mariosd

    (@mariosd)


    Hello guys, great plugin! So far it looks and works great, i was just wondering how to increase the font size since the text appears very small. Thank you in advance!

    Regards,
    Mario

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi there,

    Try this CSS

    .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item span {
    font-size:1.5rem;
    }

    Thank You
    For more updates, join here.

    Thread Starter mariosd

    (@mariosd)

    That’s perfect! Thank you!

    Thread Starter mariosd

    (@mariosd)

    Hello again, after the latest update the custom css you gave me does not work anymore. Any suggestions?

    Plugin Author Emran Ahmed

    (@emranahmed)

    Hello please use this css with !important like.

    
    .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item span {
        font-size:1.5rem !important;
    }
    
    Thread Starter mariosd

    (@mariosd)

    Awesome! Thank you so much much for the support!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Font Size’ is closed to new replies.