Home Forums Basel support forum sticky add to cart button size

sticky add to cart button size

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #129723

    janardan7897
    Participant

    Hello !

    I want to increase height the button of “sticky add to cart” also want to increase font size in mobile

    #129753

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .basel-sticky-btn .basel-sticky-add-to-cart{
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 18px;
    }

    Change the values as per your needs.

    Add this code to mobile:

    body .basel-sticky-btn .basel-sticky-add-to-cart{
        font-size: 14px;
    }

    Change the font size as per your needs

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)