Hide Home Page Heading

M Started by Meng · November 3, 2018 at 3:04 am · 12 replies 1 voice Last reply 5 years, 8 months ago
ST
Spiracle Themes Original poster
#2

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

M
Meng Original poster
#3

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.

ST
Spiracle Themes Original poster
#4

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

M
Meng Original poster
#5

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.

ST
Spiracle Themes Original poster
#6

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

ST
Spiracle Themes Original poster
#8

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

M
Meng Original poster
#9

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.

ST
Spiracle Themes Original poster
#10

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

M
Meng Original poster
#11

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

Post a reply

Join the conversation. Be kind — this is a public forum.

Replying to Hide Home Page Heading

By posting, your reply becomes public (unless marked private).