This topic has 15 replies, 2 voices, and was last updated 5 years, 1 months ago ago by Rose Tyler
hello,
I have three questions please..
1-how can i change the two colors of categorie’s background..(the grey and blue) in sidebar
2-how can i change the attribut’s name on the single product page? (its green)
3-how can i remove SKU and category near the product
Thank you
Hello,
Thanks for using our theme.
1) Please provide screenshots for better understanding the desired result.
You can use Lightshot screenshot tool https://app.prntscr.com/en/index.html to share screenshots, it creates a link to the image and you will just send us that link.
2) Theme options > Theme Custom CSS > http://prntscr.com/pjwhl1 – delete or change this code.
3) Add this code in Theme Options > Theme custom CSS:
.single-product .product_meta {
display: none;
}
Regards
thank you for ur reply
For my question number 2, i change the code as you told me but it doesnt work..i put !important, but nothing change
for my question number one, i put you the screenshot’s link
and i have an another question in the private content area
Hello,
1)
.select2-results {
background-color: #fdfaf0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
background-color: #875e37 !important;
}
.select2-container--default .select2-results__option[data-selected=true] {
background-color: #baa28c;
}
2) Please change the color here – http://prntscr.com/pjxw4f
3) What mobile and browser do you use?
Regards
Thank you very much!
Please post new questions in new topics – http://prntscr.com/pjyoh0 https://www.8theme.com/forums/xstore-wordpress-support-forum/
3) Clear cache of the browser on your mobile and check one more time. Try to check how it is displayed on another device.
4) This color comes from the browser and can’t be changed from our side.
Regards
it poses a big problem because on some phone it works normally and on others it does not appear … How to do? it’s the same browser on both phones
Have you cleared the cache?
https://support.google.com/accounts/answer/32050?co=GENIE.Platform%3DAndroid&hl=en
Regards
yes i do, the problem is on my phone, i cleared the cache but i dont see information product on the shop page
Hello,
Please add this code in Global custom CSS:
@media only screen and (max-width: 480px) and (min-width: 380px){
.products-list .product .product-details {
margin-top: 100%;
}
}
Regards
its doesnt work
Where have you added the code? I do not see the mentioned code in Theme Options > Theme custom CSS > Global custom CSS.
Regards
i delet it when i see that it doesnt work
its ok! i add it now in additional css! its work!
Great. Is there anything else I can help you with?
Regards
You must be logged in to reply to this topic.Log in/Sign up