Home Forums WoodMart support forum Frame to Size Attribute

Frame to Size Attribute

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #351191

    serhat
    Participant

    Hi,
    I want to make some changes to the filters on the Shop page.
    I want to put the size names in the box. As in the attached picture.
    How can I do that?

    #351214

    Hello,

    Please attach the image, we will check if it is possible to do with the custom CSS.

    Best Regards

    #351313

    serhat
    Participant

    Hi Elise,
    Thank you for your interest

    https://i.ibb.co/6YGcHF0/Ekran-Resmi-2022-02-07-23-15-03.png

    #351345

    Hello,

    Please provide the shop page URL, if your site is under construction, insert the site admin access into the Private content below the message area. We will give you custom CSS.

    Best Regards

    #353745

    serhat
    Participant

    Hi Elise,
    I’m sorry for the late reply. I would be glad if you help.

    #354038

    Hello,

    Please install free Classic widget plugin to fix this WordPress bug: https://gyazo.com/300e43a897f068fc822b1d4f0496dc38

    Then add the WoodMart widget to the Shop page widget area and I will give you custom CSS: https://xtemos.com/docs-topic/widgets-and-sidebars/

    Best Regards

    #354048

    serhat
    Participant

    Hi Elise,
    I installed the Classic Widgets plugin. I added the plugin to the widget. What else do I need to do?
    Can I make the box shape in this size chart on a single product page?

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

    Hello,

    Sorry I have got you wrongly.

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

    .wd-swatch:after {
        display:none;
    }
    .swatch-on-single.swatch-enabled.active-swatch {
        border:2px solid #000000;
    }
    .swatch-on-single.swatch-enabled {
        border:2px solid #cecece;
    }
    .swatch-on-single.swatch-enabled.text-only{
    		padding:5px;
        min-width: 35px;
    }

    Best Regards

    #354177

    serhat
    Participant

    Thank you Elise.
    Do not worry. I explained it poorly.
    Actually, I want to do this in both regions.
    I did it on a single product page with the code you gave.
    I can do it with CSS on the Shop page, but it happens with other filters as well.
    I can’t separate them.

    #354359

    Hello,

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

    .woodmart-woocommerce-layered-nav .with-swatch-text.chosen .layer-term-name:after {
    display:none;
    }
    
    .woodmart-woocommerce-layered-nav .with-swatch-text.chosen .layer-term-name {
    border:2px solid #000000;
    }
    .woodmart-woocommerce-layered-nav .with-swatch-text .layer-term-name {
    border:2px solid #cecece;
    }

    This is for the shop page.

    Best Regards

    #354580

    serhat
    Participant

    Elise thank you so much for helping 🙂

    #354651

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘Frame to Size Attribute’ is closed to new replies.