This topic has 5 replies, 3 voices, and was last updated 9 years, 5 months ago ago by Eva Kemp
Hi! First of all, my appreciation for the huge work made with this new version of the theme!
I’m experiencing a little problem in products single pages. Even if I set “show product title” to off in theme options the title is still visible on the page.
A second issue is not related to the upgrade: in custom tab “Termini e spedizioni” I’d like to reduce vertical space between tab title and underlying text.
Thanks a lot!
Hello,
Please add the following code in custom.css file
.product-information .product_title{
display:none;
}
.tabs-after_image .tabs.accordion .tab-content .tab-content-inner{
padding-top: 0px;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Hi Robert, thank you for fast reply.
I was not using css solution for this because it affects every “tab-content-inner” not only the one I need wich has a doubled padding due to the use of the shortcodes [row][column size=”one-half”]…
I’ve solved the problem using shortcodes in text editor not in visual one (in themes options). It was creating some <p> </p> tags wich was creating the space at the top of tab-content-inner.
🙂
Hello,
We’re glad you managed to find a solution.
If there are any questions feel free to ask us.
Regards,
Eva Kemp.
The issue related to '‘V 2.0 issue single product title’' has been successfully resolved, and the topic is now closed for further responses