New Landing › How can we help? › Themeforest Theme Support › Neighborhood › How to hide this?
Hi friends, How to hide this?
Image attached.
Thankz;)
Hi, I am not able to login your website. Thanks Mohammad
Hi, Please use this custom css code:-
#product-accordion .accordion-group:last-child{ display:none !important; }
Thanks Mohammad
Resulted to the reviews ..;) Thankz friend!
but for the ” filtroproduto ” doesn’t work, ” filtroproduto ” is an attribute , wanted to hide it , but only he , not the color attribute too.
Hi, Please provide me specific page url with filtroproduto . Thanks Mohammad
Hi
Add this to your custom css:
table.shop_attributes tr:last-child { display: none; }
– Kyle
Thankz man!! it works;)))
No problem 🙂
Hi, You can use like this
table.shop_attributes tr:nth-child(2) { display: none; }
Note:- change element count 2 to another. Thanks Mohammad
Add
.posted-in { display:none; }
This code doesn’t work kyle
Thankz
Sorry, should be an underscore:
.posted_in { display:none; }
You must be logged in and have valid license to reply to this topic.