Home Forums WoodMart support forum Adding prices in a box on product grid and single product page

Adding prices in a box on product grid and single product page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #362887

    arifan93
    Participant

    Hello

    I am using Woodmart with Elementor page builder and I have added the product grid section on my site repset-go.com. the prices in the product grid and single page which are under the products i want to be able to customize them, as I want them to be in a box. I am attaching a screenshot to make my query more understandable

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

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .product-grid-item span.woocommerce-Price-amount.amount {
        border: 2px solid;
        padding: 0 5px;
    }
    
    .single-product .summary-inner span.woocommerce-Price-amount.amount {
        border: 2px solid;
        padding: 0 5px;
    }

    Best Regards

    #363097

    arifan93
    Participant

    Hello again
    Thanks for your help. Works great

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

    Most Welcome 🙂

    If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.

    Thanks for contacting us.
    Have a great day 🙂

    Topic Closed.
    Best Regards

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

The topic ‘Adding prices in a box on product grid and single product page’ is closed to new replies.