This topic has 9 replies, 2 voices, and was last updated 7 years, 1 months ago ago by Rose Tyler
Hallo.
When I remove a product from my basket, and push the bottom “return to shop”
a big banner with the text: Premium WordPress template the new collection is here.
is shown om my product page.
How can I remove this?
kind regards
Hello,
You can change shop page banner in WP Dashboard > Theme Options > Shop > Product Page Banner http://prntscr.com/gvz5zu.
Regards
Another question.
1.Is is possible to make the coupon box on the checkout page smaller.
-remove the icon and make the box smaller, and make the background color #FAE1E1
2. Is it possible to make the pink menu line visible on all pages, mobile device also.
3. on checkout page, How can I make the “billing address, SHIPPING ADDRESS, YOUR ORDER” text smaller
4. When going to checkout page, the site will always show the bottom of the page. Please try and you will understand what I mean.
Sorry about all the questions.
kind regards
Hello,
1.
.before-checkout-form .woocommerce-info {
background-image: none;
background-color: #FAE1E1 !important;
}
2. The pink line is part of Home page content, so it can be visible only on this page.
3.
.woocommerce-checkout .step-title, .woocommerce-checkout #order_review_heading {
font-size: 18px;
}
4. I do not see the problem https://gyazo.com/5d410bf6b9c40e8b7e4143aa388d8a3c
Regards
1 and 3. css works great but on mobile device?
Others, thank you
1 and 3. css works great but only mobile device? not on bigger screen
Others, thank you
Please change
.before-checkout-form .woocommerce-info {
background-image: none;
background-color: #FAE1E1 !important;
}
to
.before-checkout-form .woocommerce-info{
background-image: none;
background-color: #FAE1E1 !important;
padding: 20px !important;
text-align: center;
}
then clear cache and check.
If you want something else, please provide screenshot.
Regards
Thank you for your time. Works great:-)
You’re welcome!
Regards
The issue related to '‘shop banner’' has been successfully resolved, and the topic is now closed for further responses