This topic has 3 replies, 2 voices, and was last updated 6 years, 11 months ago ago by Rose Tyler
Hi I bought your template and in the configuration I have some problems to solve in the product page (I attach screen).
1) In the preview image:
(div class = “swiper-container images main-slider-on photoswipe-on-gallery-slider-on-zoom-on-swiper-control-top-swiper-swiper-unique-id-0 initialized swiper-container-horizontal”)
I have an annoying white background that I would like to correct in the right color (# 24102c) but in the theme settings I can not do it.
2) In the Product Title:
(class = “product_title entry-title”)
I wish I could replace the product title (H1) in color # 24102c is it possible? And make it bigger?
3) I would like to replace “RELATED PRODUCTS” with “OTHER PRODUCTS
Here is the screen
Hello,
Thaks for the topic.
1. Find and delete or change this code in Theme Options > Styling > Custom css:
http://prntscr.com/hmckt5
2. You may change color for all heading in Theme Options > http://prntscr.com/hmcllf
or add this code in Custom css to change style for the product title:
.product-information .product_title {
color: #24102c;
font-size: 20px;
}
3. Please read this topic https://www.8theme.com/topic/change-words/
Regards
Tagged: friendly, issues, problems, product page, seo, themes, woocommerce, wordpress, xstore
You must be logged in to reply to this topic.Log in/Sign up