This topic has 8 replies, 2 voices, and was last updated 9 years, 10 months ago ago by Eva Kemp
Hi,
Please let us know if the following is possible:
– Move the Title e.g. DESIGNER, Product Name to be above where it says Product Description on the right hand side.
– Remove the field title “Product Description” but keep the description text itself
– Can the Related Products Section be renamed “You May Also Like”
Thanks!
Hello,
1. Try to use this code in custom.css file:
.page-heading.bc-type-2 .title, .woocommerce-breadcrumb {
text-align: center;
}
2. Do you want to remove “Product Description” text in the tab “Description”? If so then add this code in custom.css:
div#content_tab_additional_information h2 {
display: none;
}
3. You can change the title in the file wp-content/themes/royal/woocommerce/single-product/related.php.
Thank you.
Regards,
Eva Kemp.
Thanks Eva.
Unfortunately, the two changes made to the custom.css don’t seem to have had the desired effect.
I was able to change the title for the Related Product section though, thanks for your help.
I’ve placed a link to a Product page that will show the latest status.
Thanks!
Hello,
To remove “Product Description” title in the tab use this code in custom.css:
div#content_tab_description h2 {
display: none !important;
}
Could you please show a screenshot how you wish the title to be shown?
Thank you.
Regards,
Eva Kemp.
Hello Eva,
Thanks for the alternative code worked well, the title is now removed.
How do I send you a screenshot?
Thanks!
Hello,
You can upload your screenshot to some image storage (e.g. http://imgur.com/ ).
Thank you.
Regards,
Eva Kemp.
Thanks Eva, will do
Hello,
You’re welcome.
Regards,
Eva Kemp.
Tagged: customization, design, product, template, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up