This topic has 13 replies, 2 voices, and was last updated 5 years, 11 months ago ago by Rose Tyler
Hello,
when i enable the stock options in Woocommerce > Products > Inventory the stock quantity shows on the single product page. This is what i want.
However, the stock quantity also shows on the shop page images and the related product images. See links in private area.
How to only show stock on single product page?
Kind regards,
Sven
Hello,
Your site under maintenance mode, so I can’t check it. Please provide temporary wp-admin access or disable the maintenance mode.
“Out of stock” label can be disabled via Theme Options > Shop elements > Sale & Out of Stock.
Regards
I have disabled the under construction.
Please add this code in Theme Options > Custom css > Global custom css:
.products-grid .content-product .stock,
.products-slider .content-product .stock{
display: none;
}
Regards
Thanks, that worked!
Can you also help me with the following?:
1. On the home page i have a rev slider under the main menu. I cannot get rid of the whitespace between main menu and rev slider. Please help.
2. How to get rid of the ‘Estimate shipping costs for address X’ on Cart-page. This shows under the shipping options.
3. On the checkout page: when the shipping option Servicepoint is selected, a button appears where you can select your servicepoint. The text on the button is too low.. Outlining is not correct. Can we move the button below the servicepoint text? So it looks clean?
Kind regards,
Sven
How to change the main menu text color to white?
Cant seem to find it in the theme options.
Hello,
1) Is it solved? http://prntscr.com/lqxahk
2) Please provide a screenshot for better understanding.
You can use such screenshot maker as Lightshot https://prnt.sc/
3) Please try this custom css code:
.woocommerce-shipping-methods #sendcloudshipping_service_point_select {
font-size: 13px !important;
}
#shipping_method li:last-child {
display: inline-block;
}
#shipping_method input[type="radio"] {
float: right;
margin: 6px 0px 15px 8px;
}
4) Theme Options > Typography > Menu > Menu 1 level > Font Color.
Regards
1) No there is still a big gap between main menu and rev slider. See image
2) Screenshot added. I want to remove the text ‘Schatting voor Europaweg 13, Aalten, 7121WB’ which is the ‘estimate for address text’. See image
3) the button is now below the servicepoint text, which is good. however, the text does not show correctly on the button. See image. Also i want to move the text ‘ korting’ in same line as ‘Je bespaar door’.
4) Solved
Added points:
5) How to get rid of the white gap above footer? see image
6) How to change background of the mini cart and wishlist dropdown to white? see top right of page next to account dropdown.
Thanks again!
Hello,
1) It is your slider http://prntscr.com/lr0xmr Please check settings of the slider or provide us with temporary wp-admin access.
2)
.woocommerce-cart .woocommerce-shipping-destination {
display: none;
}
3) Please change the previous code to:
.woocommerce-shipping-methods #sendcloudshipping_service_point_select {
font-size: 10px !important;
margin-top: 5px;
margin-bottom: 5px;
}
#shipping_method li:last-child {
display: inline-block;
}
#shipping_method input[type="radio"] {
float: right;
margin: 6px 0px 15px 8px;
}
http://prntscr.com/lr144u
5) Please remove a statick block from PreFooter widget area.
6)
.et-wishlist-widget .wishlist-dropdown,
.shopping-container:hover .cart-popup-container {
background-color: white;
}
Regards
1) wp-admin access in private content
2) solved
3) solved
5) solved
6) solved
1) http://prntscr.com/lr2ip5 > http://prntscr.com/lr2j26 > http://prntscr.com/lr2jb3
Please read more about Slider Layout in documentation – https://www.themepunch.com/revslider-doc/slider-setup/
Regards
Dear Rose,
thanks for the response.
I have tried setting in to Auto. As before, the image does not show fullwidth anymore. The image size is big enough.
I will read the documentation.
Thanks
Please read this article also – https://www.themepunch.com/revslider-doc/main-background/
For example http://prntscr.com/lr3qqa and http://prntscr.com/lr3r1h
Regards
You must be logged in to reply to this topic.Log in/Sign up