This topic has 2 replies, 2 voices, and was last updated 7 years, 11 months ago ago by Olga Barlow
I have installed theme as per docs, then imported demo content of dark, but in that there are three issues.
1) on woocommerce cart page, (right side) widget was unable to remove and i want my cart page in full view, i removed the widget but it still eat the space and my cart content is not in full page. i want the same cart page as your demo. what should i do? link: http://slatehash.com/cart/
2) same issue as 1) with wishlist page
link: http://www.slatehash.com/wishlist/view/
3) on single product page the wishlist heart symbol background is white instead of black(as per the demo preview), so it looks so odd, how to fix that
link: http://www.slatehash.com/product/classic-analog-watch/
Hello,
1), 2) go to Pages > edit every page and scroll down to the 8theme Layout options. Sidebar position > choose Without.
3) Go to Theme Options > Styling > Custom CSS and add the following code
.product-information .yith-wcwl-add-to-wishlist a:not(.alt):before, .product-info-wrapper .yith-wcwl-add-to-wishlist a:not(.alt):before, .product-summary-center .yith-wcwl-add-to-wishlist a:not(.alt):before {
background-color: #262626 !important;
}
.product-information .yith-wcwl-add-to-wishlist a:hover, .product-info-wrapper .yith-wcwl-add-to-wishlist a:hover {
color: #fff !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up