This topic has 4 replies, 2 voices, and was last updated 9 years, 2 months ago ago by Eva Kemp
Hello
I have differents questions with some appearances.
1) How can I add a empty space 32px above de WooCommerce on products and categories pages ? (I added the element on the others pages, but here, this is not the same…)
2) Is it possible to adapt the checkout ? It’s a pick and collect site, so I need an adress only of the customer want a delivery. What could be the solution ? Maybe you have a documentation ?
3) How can I display the “language” and “device” on the top bar ?
Many thanks
Eli
Hello,
1. You can try to use this code in custom.css:
.page-heading.bc-type-5 {
margin-bottom: 32px;
}
2. Sorry, but Checkout page is Woocommerce configuration and you have to refer to their documentation http://docs.woothemes.com/documentation/plugins/woocommerce/getting-started/ .
3. You can add your content into Text widget and place it in “Left Side top bar area” in Appearance > Widgets.
Regards,
Eva Kemp.
Hi.
Thanks for your help.
1) It’s not working 🙁
2) Ok thanks dor the documentation.
3) Sorry I wanted to ask about “NOT display” the language and the devices. It in the top bar by default.
Eli
Hello,
1. I’ve added that code in Theme Options > Custom CSS > Global Custom CSS. Please clear browser cache and check.
3. To remove languages from top bar add empty Text widget into “Left Side top bar area” in Appearance > Widgets.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up