Home Forums WoodMart support forum Edit product page

Edit product page

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #649365

    fabionascii
    Participant

    Hello, I would like to reduce the old value, leaving it above the discounted value. And I would also like to align all the items to the left. I can’t do it.

    Even applying the css when refreshing the page something stands out in my code

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

    Hung Pham
    Keymaster

    Hi fabionascii,

    Thanks for reaching to us.

    To assist you in the best possible manner, I kindly ask that you please provide me temporary wp-admin info (wp-admin URL, username, password) to the Private Content area, this will allow me to thoroughly investigate and address your concerns more efficiently.

    Regards,

    #649582

    fabionascii
    Participant

    Send to yout.

    #649757

    Hung Pham
    Keymaster

    Hi fabionascii,

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

    .woo-custom-installments-group-main-price {
        display: flex;
        flex-direction: column;
    }
    
    span.woo-custom-installments-price.original-price.has-discount,
    span.woo-custom-installments-price.original-price.has-discount .amount{
        font-size: 15px !important;
    }

    Kind Regards

    #649903

    fabionascii
    Participant

    Hi, Hung.

    It worked, thanks!

    I have one more questions, I’m trying to insert a “justify-items: left;”
    to align all content to the left, but when I update it doesn’t apply.

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