This topic has 3 replies, 2 voices, and was last updated 6 years, 6 months ago ago by Rose Tyler
Who knows how can I change the titles that I have marked with red on the screenshot? Please help me! Thanks!
Hello,
1. “Product information” text can be changed to product name in Theme Options > E-commerce > Single Product page > Show product name above the price > On.
2. “Product price” can be removed by adding custom css code in Theme Options > Styling > Custom css:
.single-product-booking .product-side-information-inner .product-price-title {
display: none;
}
or edit the text using translation files https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/
3. Please check settings of product, for example, https://www.8theme.com/demo/xstore/hosting/product/pro-linux-hostingsimple/ > http://prntscr.com/jf4uv5
Regards
You must be logged in to reply to this topic.Log in/Sign up