hi guys,
i tried to fix using
.widget_product_categories .widgettitle { font-size: 18px; font-weight: bold; }
but it didn’t works.
How can i change all the title of the widget of my woocommerce? simply i need “font-weight: normal;”
thanks a lot!
Mario
Hi Mario,
Please try the following instead:
.widget_product_categories .widgettitle {
font-size: 18px !important;
font-weight: bold !important;
}
If that doesn’t work then link to the page where we can see the items.
Thanks,
Rikard
Hi Rikard!
it works!
can i ask you how to change also all the widgets in woocommerce? is one by one or is a general rule for all of them (SEARCH, LAST VIEWED ETC) and also for “sort by etc”
thanks a lot!
Mario
Hey!
Please go to Appearance > Widgets and add your widgets in to Shop Overview Page and remove default widgets from Displayed Everywhere widget area
Best regards,
Yigit
Thanks Guys!!
have a nice week end!
Mario