ECC1
1
Hello there,
I have Konversion theme installed in may shopify site. The problem is with the product page. It does not show the description.
But it is showing in mobile version.
It also appears on the customization page.
Page Link: https://apolloprosports.com/collections/genius-pro-stunt-trick-scooter-for-adults-and-kids/products/stunt-trick-scooter-apollo-genius-pro
On the customization, It show description,
After saving it doesn’t on the desktop
But showing in Mobile
What is the solution for it.
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset >theme.scss.css and paste this at the bottom of the file:
.product-template .product-description, .section-featured-product .product-description {
display: block !important;
}
Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
ECC1
4
Still getting similar problem. This code works fine in other devices but in desktop view totally no description and the description tab also
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset >theme.scss.css and paste this at the bottom of the file:
.product-template .tab-container, .section-featured-product .tab-container {
display: block !important;
}
ECC1
6
It works but i want it to displayed in desktop versions only
1 Like
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset >theme.scss.css and paste this at the bottom of the file:
@media screen and (max-width:749px){
.product-template .tab-container, .section-featured-product .tab-container {
display: none !important;
}
}
1 Like
ECC1
8
Great @ZestardTech Pallavi. You are a true expert.
1 Like
Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
danii
10
hello , i have the same issue on retina theme, the product description does not show up, can you please help me