Home Forums WoodMart support forum Sale price on the right

Sale price on the right

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

    makexpertmodsrl
    Participant

    Hello, how do I set the sale price on the right, and the bubbles with new and sale also on the right?
    See screenshoot please: https://prnt.sc/8h7S24ki71tJ

    Attachments:
    You must be logged in to view attached files.
    #435959

    Hello,

    Although the changes that you have asked for there isn’t an option available to make those explicit changes but for the Sale Price position change, you can try out the following Custom CSS on your Site and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

    .price del { padding-left: 0.5em !important; padding-top: 0.07em !important; float: right !important; }

    For the Label position changing, you can also try out the following Custom CSS but remember that your current Product Style has the Actions button also appearing on the right when hovered, so when the Products hover the Labels will be hidden behind them. When not hovered they will look good with the following CSS:

    .product-labels { left: auto !important; right: 0 !important; }

    The location to paste this Custom CSS is also the same as told above.

    Hope this helps!

    Best Regards.

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