Home Forums WoodMart support forum Need to adjust Custom rounding for product picture on archives

Need to adjust Custom rounding for product picture on archives

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

    Apon Ahamed
    Participant

    My global Custom rounding value is 24 px . It looks overall good.but Only woocommerce product picture on archived needs specific Custom rounding ( Appropriate value 16 px)

    My request-1-Please give me customer css to change the Custom rounding for product thumbnail picture for every placement and every were .

    Request-2

    My global Form fields style is style number one which is circle type shape. It looks great on every form.

    Only checkout page customer information form should be form style number two which is rounded style.

    Please give me custom css to change the style of form only for Checkout page .

    Thanks .

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

    Apon Ahamed
    Participant

    Please reply and solve my problem.

    #611844

    Luke Nielsen
    Keymaster

    Hello,

    1. Use the code below for help:

    .wd-product .product-wrapper .product-element-top  {
        border-radius: 16px;
    }

    2. Use the theme presets to set another rounding for the form on the checkout page: https://xtemos.com/docs-topic/theme-settings-presets/

    Kind Regards

    #611995

    Apon Ahamed
    Participant

    Thanks it worked.

    Need one more adjustment-
    In Product Single page , product image rounding should be 16 px .
    And also the thumbnails rounding should be 16 px .

    For every devices.
    I mark with screen shot.

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

    Luke Nielsen
    Keymaster

    Hello,

    In Theme Settings -> Settings Presets -> create such preset https://prnt.sc/jdPTMz5JycqK that is related to a single product, then edit its settings -> set rounding as 16px – https://prnt.sc/0Pz4CrOPTW_V

    Clear the cache and recheck the issue.

    Kind Regards

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