Home Forums WoodMart support forum Need some custom CSS

Need some custom CSS

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

    I have installed a shipping plugin shiprocket and it has added this check pincode button. I would like to change the color of it so that it matches with the overall theme. Same color of add to cart button will do.
    Also i would like to move this check pincode section below add to cart.
    Kindly send me a custom CSS for the same. Please find the screenshot for your reference.

    #304485

    Hello,

    To change the background and color of the button try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    button#check_pincode {
        background-color: #83b735;
        color: white;
        border-radius: 20px;
        margin-top: 10px;
    }

    Sorry, but it is not possible to change the position of the area with Simple Custom CSS. It requires Customizations.

    Regards.
    Xtemos Studios

    #304489

    Thank you CSS works fine

    #304491

    Most Welcome!!!

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Need some custom CSS’ is closed to new replies.