Hide Home Page Heading

Meng November 3, 2018 at 3:04 am

Hi, I want to make the home page heading invisible. Is there any solution to that?
Thank you.

Replies (12)

  1. Meng November 3, 2018 at 3:04 am

    Hi, I want to make the home page heading invisible. Is there any solution to that?
    Thank you.

  2. Spiracle Themes November 5, 2018 at 7:08 am

    Hi Meng,

    I can’t find Heading in your home background image. You can try this CSS if you want to hide the text section.

    .slide-bg-text {
    display: none;
    }

    Best Regards

  3. Meng November 5, 2018 at 8:45 am

    Hi, thanks for your help!
    I got another problem. The product display on my shop Page 1 is odd.
    Last time I posted the same question it was because I didn’t do the theme update.
    I don’t see any updates available now so maybe something else is causing the problem.
    Can you help me to fix it? Thanks.

  4. Spiracle Themes November 5, 2018 at 12:59 pm

    Hi Meng,

    This is the product category page and it is showing all the available categories which are having products. Currently, there is no navigation for archive pages that’s why it’s showing all the categories in the same place.

    Best Regards

  5. Meng November 6, 2018 at 6:09 am

    Hi, I changed the setting and that’s why it is showing categories instead of products.
    But the display of the categories on the shop page is still odd. Like 3-1-3. (3 categories in the first row one, 1 category in the second row and 3 categories in the third row.)
    Is there any solution to this?
    Thank you.

  6. Spiracle Themes November 7, 2018 at 9:48 am

    Hi Meng,

    Check this CSS if it’s working for you or not

    .woocommerce-page.columns-3 ul.products li.product,
    .woocommerce.columns-3 ul.products li.product {
    width: 24%;
    }

    Best Regards

  7. Meng November 15, 2018 at 11:14 pm

    Hi, the code is not working for me.
    All the other pages are fine except this one: https://www.0tdesigns.com/category/t-shirts/womens-t-shirts/
    Is there any solution to this? Thank you.

  8. Spiracle Themes November 16, 2018 at 11:47 am

    Hi Meng,

    Try this one

    .archive.woocommerce .woocommerce-page.columns-3 ul.products li.product,
    .archive.woocommerce .woocommerce.columns-3 ul.products li.product {
    width: 29.75%;
    }

    Best Regards

  9. Meng November 17, 2018 at 1:27 am

    Hi, thank you so much for your help. It worked!
    But I have 2 more questions:

    1. Can I change the product title so that each word begins with a capital letter?
    2. Can I increase the number of rows of products shown on the category page? It is 2 rows right now and I want it to show 3 or 4 rows each page.

    Is there any solution to that?
    Thank you for your time.

  10. Spiracle Themes November 19, 2018 at 12:52 am

    Hi Meng,

    1) You can use the CSS for that

    .woocommerce ul.products li.product .woocommerce-loop-product__title {
    text-transform: none;
    }

    2) This is a pro version feature. You can also do that by doing a quick search on google. You will find ways to do it.

    Best Regards

  11. Meng November 24, 2018 at 3:42 am

    Hi, thank you for your help so far. I have two more question:

    1. Can I change the product title on the single product page so that each word begins with a capital letter?
    2. Can I change the URL of ‘return to shop’ button that shows on the on the Cart page when the cart is empty?

    Thank you.
    Kind regards, Meng

  12. Spiracle Themes November 26, 2018 at 2:46 am

    Hello Meng,

    For the first issue, you can try this CSS

    .woocommerce div.product .product_title {
    text-transform: none;
    }

    For the second issue, You are using the external plugin (https://wordpress.org/plugins/side-cart-woocommerce/)
    You can ask directly to the plugins support forums for this issue.

    Best Regards

  13. Ajay Radadiya November 5, 2020 at 4:35 am

    woocommerce floating cart this also good one and free plugin from wordpress.org

Post a Reply

Reply To: Hide Home Page Heading
Your information: