Remove this white space

Home Forums Jevelin Theme Remove this white space

Home Forums Jevelin Theme Remove this white space

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • worldofpixels
    Participant

    Hi,

     

    I want to remove the white space on page http://www.worldofpixels.be/product-category/test-album-scooby-category/ as in the printscreen please.

     

    PS: can you also please tell me how to get the text inside the buttons in white instead of grey (on all buttons please).

     

    Kind regards,

    Ben

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

    Solution for this topic

    Hi Ben,

     

    I hope you are well today and thank you for your questions.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    body.woocommerce.archive.tax-product_cat ul.products li .sh-woo-post-content-container {
        min-height: 64px;
    }
    #sidebar .widget-item.woocommerce a {
        color: #fff!important;
    }

     

    Best regards,
    Shufflehound team

    worldofpixels
    Participant

    The buttons are ok.

    But regarding the product list. This works on a normal category, but not on this one, how can I adapt this?

    http://www.worldofpixels.be/product-category/prijzen-prijslijst/

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

    Solution for this topic

    Use below CSS code to make it work on that page.

     

    body.woocommerce.archive.tax-product_cat.term-prijzen-prijslijst ul.products li .sh-woo-post-content-container {
        min-height: 94px;
    }

    worldofpixels
    Participant

    This works, thank you !

    You are most welcome here 🙂

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