1. doesn't woocommerce just replace the pages section with a new one if you delete it? It's configured within woocommerce that the shop page is located there. or not?
2. This worked. Great! BUT, i have still a column that is visible and grey with slashes. If i inspect the element, it says this: <div class="column one post-nav ">..</div> how can i remove this also?
3. On the checkout page, the title Billing Information and Ship to a different address is white against a white background, while the rest of the page has the black font color. I want to change the page title to black.
4. Is there a way to automatically go to the cart page after adding the product to the cart on the product page? I have a single product shop, and find it confusing that the cart button shows in green on the top of the page and is also closable.
5. I want to edit the woocommerce emails that clients get. Like the cart abandonment mail, but i can't find any find to change put the text in there. For example, i want to send the customers a thank you email with a downloadable link. Can't find the right place to do it.
Looking forward to your answer and thank you in advance.
1. here's the link to the checkout page https://www.freeflyvr.com/checkout/. I want the titles Billing Details and Ship to different address in black, like the rest of the form. It's now white against a white background.
5. I've just update the betheme from 12.5 tot 15.5 and i'm having padding issues. check here www.freeflyvr.com/us/ what can i do about this? Couldn't find any answer quick on the forum, the search option isn't getting me anything specific. Also after this, i need to update the main domain, hope i don't get the same problem.
Comments
1. Shop page, like any other page, can be removed under Pages section.
2. To remove Show All button, please use the following css:
2. You asked above, how to remove this link only. However, if you want to remove complete post navigation, you should use the following css instead: 3. Please send us link to checkout page so we can have a look on it.
4. We are sorry but we do not have such option/possibility included.
5. For that you need to modify WooCommerce plugin files because we do not interfere into any WooCommerce e-mails.
.woocommerce-billing-fields h3 {color:#fff}
and also, you set white color for headings under Theme options > Colors > Headings section.
So to change these colors, you need to replace white color in above css but for the second title, use: 2. Sorry but what white box you mean? The only difference we noticed between pages is header's background image.
3. To set cover position for subheader's background, please use: 4. It's fixed navigation and it could be disabled under Theme options > Blog, Portfolio & Shop > General section.
5. Please go to Theme Options > Fonts > Size & Style and increase line-height for headings you use.