-
-
Hey Azam, could you please tell me CSS class name for Wide & vertical thumbs single product page layout?
I want to add this custom CSS code:
.single-product .cl-style-default .cl-useful-info
{
display: none;
}but need to change “.cl-style-default part” in it
Thanks a lot!
-
Hi,
Here’s the code to remove “In Stock” tag for Wide & vertical thumb single product page layout:.single-product .cl-style-wide .cl-useful-info{
display: none;
}Thanks,
-
Azam, thanks you brother.
Can you help me with one more thing here please.
Is there any way to level image and text box on the product description page so they are on the same level?
Currently, the text box is little lower than the featured image box.
And can i remove free space between the button and the categories row?
Thanks!
-
This question goes for wide & vertical thumbs layout only
-
Hi,
1) Here’s the code to make image and text box level
.woocommerce div.product .product_title{ margin-top: 0px; padding-top: 0px;}2) Here’s the code for free space between the button and the categories row
.single-product .cl-style-wide .product_meta{ margin-top: 0px;padding-top: 0px;}Thanks,
-
Azam,
1) Didnt work. Please check it when you can. Maybe need to include .cl-style-wide into the code?
2) Worked great.
Thanks!
-
Hi,
Can you please send me a screenshot about you’re talking about. As the layout of the product is wide & vertical thumbs so how can we make the image and textbox level.Thanks,
-
Hey Azam.
Please check here http://joxi.ru/l2Z4NpC71njRrJ
You can see that text box is lower than featured image.
If thats unsolvable then OK.
-
Hi,
Here’s the code:
.woocommerce div.product .product_title{padding-top: 0px;}
.single-product .cl-style-wide .cl-product-info .summary{ margin-top: 0px; padding-top: 0px;}Thanks,
-
-
-
You must be logged in to reply to this topic.