Home Forums WoodMart support forum Sidebar

Sidebar

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #727537

    rlifestylestore
    Participant

    In the shop side bar, beside filter by brand there is a drop down. I dont want to see this dropdown I want persons to automatically see the search and then the list of brands. How can I remove the dropdown?

    Also after each item in the side bar there is a line. How do I remove this line?

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Thank you for contacting WoodMart Support. We’ll be happy to assist you with your request.

    Before we continue, we have one quick question for you:

    Where did you first hear about WoodMart?

    We really appreciate your help with this. It takes just one click, but your answer is extremely valuable to us and helps us understand how customers discover WoodMart:
    https://tally.so/r/rj8qWl

    Now, let’s get back to your request. Regarding the dropdown/collapse option in the Shop sidebar, you can disable it from:

    Theme Settings > Product Archive > Widgets:

    Under Shop sidebar widgets collapse, select Disable: https://postimg.cc/0MxkjYH0

    For the border/line displayed below each sidebar widget, you can remove it by adding the following CSS under Theme Settings > Custom CSS > Global CSS:

    .wd-widget.widget.sidebar-widget {
        border-bottom: none !important;
        padding-bottom: 0 !important;
    }

    Best Regards

Tagged: 

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