Home Forums WoodMart support forum All the options on the size side of our product are text. I want to put a border

All the options on the size side of our product are text. I want to put a border

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #455712

    cmeng7680
    Participant

    All the options on the size side of our product are text. I want to put a border around the options to make the page look good. How do I do that?

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

    Hello,

    Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.

    Best Regards

    #455806

    cmeng7680
    Participant

    I want to put a border around this option to make it look better.

    #456140

    Hello,

    Could you kindly provide the login URL?

    Best Regards

    #456176

    cmeng7680
    Participant

    this

    #456485

    Hello,

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

    [class*="wd-swatches"].wd-text-style-1 .wd-swatch.wd-text:after {
    display:none;
    }
    [class*="wd-swatches"].wd-text-style-1 .wd-swatch.wd-text {
    border:2px solid #000000;
    border-radius:0;
    padding:2px;
    }

    Best Regards

    #456570

    cmeng7680
    Participant

    Can only be added through CSS code?

    #456876

    Hello,

    Yes, it is customized with custom CSS.

    If you have any questions please feel free to contact us.

    Best Regards

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