Home Forums WoodMart support forum Free shipping bar styling

Free shipping bar styling

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

    s0mbrer0
    Participant

    Hi,

    Is it possible to change the styling of the free shipping bar? For example we don’t want it to have a dotted border.

    Thank you.

    #582010

    Hung Pham
    Keymaster

    Hi s0mbrer0,

    Thanks for reaching to us.

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

    div.wd-shipping-progress-bar.wd-style-bordered .wd-free-progress-bar {
    	border: 2px solid var(--brdcolor-gray-300);
    }

    Regards,

    #604155

    s0mbrer0
    Participant

    Hi,

    Is there a way we can change the color of the bar from the free shipping bar. Now it is red.

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

    s0mbrer0
    Participant

    The most ideal would be if it the amount is reached it will have a green (so other) color.

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