Home Forums WoodMart support forum SIDEBAR FILTER ON SHOP AND CATEGORY PAGE

SIDEBAR FILTER ON SHOP AND CATEGORY PAGE

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

    Riccardo95
    Participant

    Hi Guys,

    I don’t know why im not able to show the side bar on the left side of the desktop but only on top of the products. All the sets are fine.

    I need to show the sidbar with the classic price and categories widget on the left of the shop and category page.

    #320306

    Hello,

    Please try adding some widgets to the Shop page widget area under Appearance >> Widgets.

    Screenshot for Clarification: https://ibb.co/cvDC07t

    Then check back.

    Best Regards

    #320915

    Riccardo95
    Participant

    Ok, it works perfectly.

    One more question: How can i increase the buttons size and the font size as in the attached? I tried some css but it didnt work on live.

    How can it be the working css code?

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

    Hello,

    You are Most Welcome.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woocommerce-mini-cart__buttons .btn-cart {
        font-size: 15px;
        height: 60px;
    }
    
    .woocommerce-mini-cart__buttons .checkout {
        font-size: 15px;
        height: 60px;
    }

    Regards.
    Xtemos Studios.

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