Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #533656

    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

    #533880

    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

    #533932

    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

    #534038

    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

    #535863

    Thanks Guys!!

    have a nice week end!

    Mario

    #536348

    Hi Mario,

    Great, glad we could help :-)

    Regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.