Home › Forums › WoodMart support forum › Single Product Page – Product Title appears too small
Single Product Page – Product Title appears too small
- This topic has 6 replies, 2 voices, and was last updated 2 years, 11 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
April 6, 2022 at 11:16 am #366645
[email protected]ParticipantHello.
The title of the products on single product page appears too small.
How can I fix this?
See photo.Attachments:
You must be logged in to view attached files.April 6, 2022 at 12:14 pm #366659
Aizaz Imtiaz AwanKeymasterHello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.single-product h1.entry-title { display: block; }
Best Regards
April 6, 2022 at 12:19 pm #366662
[email protected]ParticipantThat worked. Thanks.
Also I have 2 more problems.
Problem 1.
On the single product page.
When you click on the Brand Tab, the image of the brand appears very very big.
How can we make it smaller?
I had this code but doesn’t seem to work:
.pwb-single-product-brands.pwb-clearfix .wd-lazy-load {
width: auto;
}
div#tab-pwb_tab-content .wd-lazy-load {
width: auto;
}Problem 2.
On the single product page.
– I want to hide the dimensions of the product.
How can we do this?
I had this code but doesn’t seem to work:
add_filter( ‘wc_product_enable_dimensions_display’, ‘__return_false’ );April 6, 2022 at 12:28 pm #366664
Aizaz Imtiaz AwanKeymasterHello,
You are Most Welcome.
1) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.pwb-brand-banner.pwb-clearfix.pwb-before-loop .wd-lazy-load { width: auto; }
And see if this works for you.
2) Please provide a relevant screenshot to check it myself and help you out accordingly.
Best Regards
April 6, 2022 at 1:25 pm #366673
[email protected]ParticipantBrand image is still too big.
See attached image.
I want to hide the entire More Info TabApril 6, 2022 at 1:31 pm #366674
[email protected]ParticipantPhoto
Attachments:
You must be logged in to view attached files.April 7, 2022 at 6:34 am #366775
Aizaz Imtiaz AwanKeymasterHello,
1. Tabs are the functionality of WooCommerce and our theme does not influence it. Here is the documentation allowing you to edit tabs: https://docs.woocommerce.com/document/editing-product-data-tabs/
2. For the image issue please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
div#tab-pwb_tab-content .wd-lazy-load { width: 150px; }
Best Regards
-
AuthorPosts
Tagged: Product Title text
- You must be logged in to create new topics. Login / Register