How to customize the fake sale popup (size, fonts size..)

This topic has 2 replies, 2 voices, and was last updated 1 months, 2 weeks ago ago by Rose Tyler

  • Avatar: Chris0483
    Chris0483
    Participant
    February 13, 2025 at 15:43

    Hello

    Can you explain me how to apply that to customize popup please :
    width: 600px; !important
    border-radius: 100px !important;
    border: 1px solid #8fae52 !important;
    Font-size Heading product title: 1rem,
    Font size description: 0.8rem

    Best regards
    Christophe

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 13, 2025 at 16:43

    Hello Christophe,

    Thank you for reaching out to us.

    Custom CSS code can be added in Theme Options > Theme custom CSS:

    #sales-booster-popup {
        width: 600px !important;
        border-radius: 100px !important;
        border: 1px solid #8fae52 !important;
    }
    #sales-booster-popup .heading {
        font-size: 1rem !important;
    }
    #sales-booster-popup .info {
        font-size: 0.8rem !important;
    }

    If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.

    Best regards,
    8Theme’s Team

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

Helpful Topics

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.