Home Forums WoodMart support forum woodmart conflict with woocommerce group attributes Reply To: woodmart conflict with woocommerce group attributes

#599212

av_admin_1984
Participant

Hi

I found the problem
That was these file from woocommerce group attributes

woocommerce-group-attributes/public/css/woocommerce-group-attributes-custom.css 
woocommerce-group-attributes/public/css/woocommerce-group-attributes-public.css

And it is not affecting woodmart, I renamed those files, now just need styling
now I used this code for mobile

.attribute_name{
	background: #f0f2f2;
 width: 50%;
 padding: 10px !important;
font-size: 12px;}
.shop_attributes td{text-align: right !important;text-align: justify;}
.attribute_group_name{
	background: #2421ae1a;
	width: 100%;
 font-size: 15px;
 color: #2421ae;
padding: 10px 10px 8px 10px !important;
}
.shop_attributes{--wd-attr-v-gap: 0px;--wd-attr-brd-color: rgb(179 175 227);}

I want to have groups like this image I uploaded
this is live site

Please give me the corect css for desktop and mobile

Please don’t share anything here in public

Thanks

Attachments:
You must be logged in to view attached files.