Home Forums WoodMart support forum Need support on chaning few UI components

Need support on chaning few UI components

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

    taruga.oy
    Participant

    I am using the Woodmart Vegetables theme and facing difficulty changing a few UI components

    1. How to change the colour of scroll bars on the home page. (image01)
    2. How to remove “add xxx to cart and get free shipping” from the shopping cart right side panel. (image02)
    3. How to change the colour of the thank you message on the “order complete” page. (image03)

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

    taruga.oy
    Participant

    4. Some categories won’t display the subcategories (image04)

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

    Luke Nielsen
    Keymaster

    Hello,

    1. The below custom CSS will help you to change the color of the scroll:

    body .wd-nav-scroll-drag:before {
        background: #333;
    }

    2. Navigate to Theme Settings -> Shop -> turn off the Free shipping bar: https://prnt.sc/gAhYvlGAzuT8

    3. The below CSS is for changing the color of that message:

    .woocommerce-thankyou-order-received {
        color: blue;
    }

    4. Send access to the admin panel so I can check that issue on your end.

    Kind Regards

    #648552

    taruga.oy
    Participant

    Thank you for the support
    Issue 1,2 and 3 has resolved

    #648700

    Luke Nielsen
    Keymaster

    Hello,

    1. You can also adjust the scroll via our Theme Settings -> Styles and Colors -> Carousell: https://prnt.sc/KRd2kuuaRcKA so if you want to adjust more flexibly, use an appropriate setting instead of custom CSS.

    4. Make sure that all categories/subcategories are assigned to some products – https://prnt.sc/kpvEqsHEhX4C then recheck the issue with appearance.

    Kind Regards

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