Home Forums WoodMart support forum Products Category

Products Category

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #112536

    joshh31
    Participant

    Hello,

    Do know how I can hide the filter and this “Home / Category title” on this page and also for all products category ?

    Thank you!

    #112572

    Hello,

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

    .tax-product_cat  .shop-loop-head{
    display:none;
    }

    Best Regards

    #112596

    joshh31
    Participant

    Thank you very much, it works.

    One more question, I have changed “the Background for SHOP pages” from White to Grey, and since that, as you can see on my page a grey part is above my title and I don’t want that, how can I change the height ?
    Thank you.

    #112687

    Hello,

    Navigate to the Theme Settings > Custom CSS and find this code:

    body .page-title {
        margin-top: -25px;
    }

    Change 25px for 45px

    Best Regards

    #112775

    joshh31
    Participant

    Hello,

    Thank you for your help.

    It works, but as you can see now the page title is very close to the menu.

    Is there another way to do that ? Because now it is too close to the menu.

    Thanks.

    #112788

    Hello,

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

    .tax-product_cat  .main-page-wrapper {
    margin-top: -20px;
    }

    Reduce 20px or insert zero.

    Best Regards

    #113753

    joshh31
    Participant

    Hello, thank you for your help.
    Please look at the private content.

    #113813

    Hello,

    Please replace the code:

    .tax-product_cat .main-page-wrapper {
    margin-top: -25px;
    }

    for this code:

    body .main-page-wrapper {
    margin-top: -20px;
    }

    Best Regards

    #113819

    joshh31
    Participant

    Thank you, it works.

    #113852

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Products Category’ is closed to new replies.