Home Forums WoodMart support forum Sidebar border

Sidebar border

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

    dimath
    Participant

    Hi,

    Is there an option to add border to the shop sidebar?

    #173629

    Hello,

    To add a border to the sidebar on the shop page. You need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .sidebar-widget {
    border: 5px solid black;
    padding: 20px;
    }

    You can change the color and pixels of the border according to your requirements.

    Best Regards.

    #173671

    dimath
    Participant

    Ok, thank you.

    As I can see this places a border around each widget, is there a way to have a border only that will include all widgets?

    #173902

    Hello,

    To add a border that will include all the widgets in the sidebar you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .widget-area.woodmart-sidebar-content {
    border: 5px solid black;
    padding: 20px;
    }

    Best Regards.

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