• Resolved kristinubute

    (@kristinubute)


    Hi

    I would like to customise the button (the Qty + and – sign) to smaller
    How can I achieve this with custom CSS please ?

    They just look too big that’s all.

    THanks
    Kristin

Viewing 1 replies (of 1 total)
  • Plugin Contributor CodeAstrology IT Firm

    (@codeastrology)

    Hello kristinubute,
    If you want only the button (+ and – sign ) then you can apply below custom css on your additional css block.

    .qib-button-wrapper button.qib-button{
    font-size: 14px !important;
    }

    Afer apply this css code your button (+ and -) sign will look smaller than before.

    Regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Customise the + & – button with CSS code’ is closed to new replies.