This topic has 8 replies, 2 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler
1. My cart page is mixed up, my product listing and coupon code are over lapping. Any help on this matter would be greatly appreciated. Below is a link of the screen shot:
2. When I try to use bullet points the font that is not bold is really skinny and faint. Is there anyway to make the the font that is not bold more visible.
3. Is there any way to hide the tags from the product page?
here is a link to another screen shot for hiding tags and bullet points:
Any help on these matters would be greatly appreciated. Thank you
Hello,
Please clear cache and check now.
Regards
The cart page looks perfect! Thank you. Is there anything that can be done about my other 2 issues? Thank you
You’re welcome!
Please add this code in Theme Options > Styling > Custom css:
.single-product .type-product li {
font-weight: 400;
}
.single-product .product-information .tagged_as {
display: none;
}
Regards
I tried the css for my bullet point problem but nothing happened, I tried changing the weight but nothing happens. Are there any other solutions? Thank you
Thanks for the reply.
Please change this code:
.single-product .type-product li {
font-weight: 400;
}
to
.single-product .short-description p {
font-weight: 600;
}
Regards
Thank you!! worked perfectly.
You’re welcome!
If you love XStore and have something nice to say don’t hesitate to tell about this!
We’d appreciate if you could take a moment to give us 5-stars on ThemeForest! https://themeforest.net/downloads
Regards
You must be logged in to reply to this topic.Log in/Sign up