Sale Label move from top left to bottom right?

This topic has 2 replies, 2 voices, and was last updated 8 months, 1 weeks ago ago by Tony Rodriguez

  • Avatar: ClassW
    ClassW
    Participant
    August 31, 2023 at 01:03

    Is it possible to move the sale label on shop items from the top left of the image to the bottom right?

    1 Answer
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    August 31, 2023 at 05:42

    Hello, @ClassW,

    Thank you so much for purchasing our theme and contacting our support center.

    Should you wish to modify the position of the Sale label from the top left to the bottom right, kindly replicate the following CSS code into the designated location: XStore >> Theme Options >> Theme Custom CSS >> Global CSS.

    Subsequently, please ensure to clear your browser cache to visualize the changes. The anticipated outcome should resemble this: https://postimg.cc/svXnJ1qN

    .products-loop .onsale {
        left: unset !important;
        right: 10px;
        bottom: 12px;
        top: 120px;
    }

    Yours Sincerely,
    8Themes Team.

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

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

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