Home Forums WoodMart support forum Display with filter border

Display with filter border

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #471824

    Impex
    Participant

    Hello
    Can we show those filters with a square in front?
    I am attaching some pictures where I added them and how they were displayed.
    If it is selected, the list displays them badly.

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

    Impex
    Participant

    To be displayed scrolling with a square in front.

    #472096

    Hello,

    Please share the WP admin login details of your site so I will check and give you a possible solution.

    Best Regards

    #472748

    Impex
    Participant

    ok

    #472894

    Hello,

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

    .wd-filter-list .count {
    	border-radius: 2px !important;
    }

    After using this code the filter counts in the shape of a square.

    Best Regards.

    #478313

    Impex
    Participant

    I added the code but it still displays the same.
    It does not display like the drop-down list

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

    Bogdan Donovan
    Keymaster

    Hi,

    You have used two different filter widgets (screenshot https://prnt.sc/pvjPdrFHxI6c) that have different count structure. Unfortunately, it’s impossible to make this filter counts to look the same using only custom CSS because of structure difference. If you want to make your filter widgets looks the same, you have to use same filter widget type for all your sidebar filters.

    Kind Regards

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