This topic has 4 replies, 2 voices, and was last updated 6 years, 3 months ago ago by Rose Tyler
Hello,
I used the “8theme blog carousel” shortcode in the product tab custom tab. the “Video thumb” is cut off from the “image thumb”, which does not happen on the “recipes” page where all the articles are displayed.
it is also possible only from the preview of the articles in the product tab custom tab to display thumb and title by deleting the description.
I enclose a screenshot to better understand http://prntscr.com/klj60z and the link of the product sheet and the “recipes” page to see the difference in the private area.
Thank you,
Greetings,
Dario
Hello,
You can use this custom css code:
.single-product .tab-content-inner .featured-video iframe {
height: auto !important;
}
.single-product .tab-content-inner .blog-post .content-article {
display: none;
}
Regards
Thanks so much 🙂
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up