This topic has 13 replies, 2 voices, and was last updated 6 years, 1 months ago ago by Rose Tyler
Hi,
1. May I ask how can I change the color of the word of the short description (https://prntscr.com/l4guib)? I tried to change it by the text block > text color. But it is not working on my 2 phones and 2 laptops. (I changed the color to red)
2. May I ask why the “Add to cart” button is sticking to the bottom of the “quantity” button? How can I fix it? (https://prntscr.com/l4guk6)
Thank you
Hi,
For question 1, I can change the color now, thanks
Hello,
1. I am glad that you sorted out.
2. Please provide page URL.
Regards
Hi,
Sorry for the late reply, this is the link: http://bra-plus.com/product/4071/.
And actually, every product page occurs the same problem when viewing on phone.
Hello,
Please add this code in Global custom css:
@media (max-width: 992px){
.single-product .wc-variation-selection-needed {
margin-top: 20px;
}
}
Regards
Hi,
Some of the products are still no change. For example: http://bra-plus.com/product/patch-beanie/
Hello,
Please change the previous code to:
@media (max-width: 992px){
.single-product .wc-variation-selection-needed, .single-product .product-information-inner .add_to_cart_button {
margin-top: 20px;
}
}
Regards
Hi,
There is still no changes in my 2 computers and 2 mobile devices
Hello,
Have you cleared cache? I do not see the problem on your site on my mobile.
Regards
Yes, I clear cache whenever I make changes, but my computer/phone and some of my friend’s computers/phones always cannot see the change, may I ask why this always happens?
Have you cleared cache of browsers? For Chrome – https://support.google.com/accounts/answer/32050?co=GENIE.Platform%3DDesktop&hl=en https://support.google.com/accounts/answer/32050?co=GENIE.Platform%3DAndroid&hl=en
Regards
Oh…Finally, I know what is happening.
I will follow your suggestion and clear cache of browsers frequently.
Thank you so much
You’re welcome!
Have a nice day.
Regards
You must be logged in to reply to this topic.Log in/Sign up