• Resolved wottow

    (@wottow)


    Virtue, free version

    when showing a sidebar with recent posts and woo products widgets, the woo products widget (and cart widget) have bold product geadlines and pretty wide line-spacing

    have trolled the css and tried identifying which element but all tests fail to change

    the only thing that so far worked halfway has been

    .sidebar .widget-inner li {
    font-size: 0.9em;
    line-height: 1.5em;
    font-family:arial, Helvetica, sans-serif;
    }

    but I can’t get rid of the bolding

    Neither font-weight:normal or 400 make any difference.

    So question: is there any better code to manipulate the font of the woocommerce sidebar widget “products” so that 1) the distance betwwen lines is less 2) the font becomes normal not bolded

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to change font weight and line-height in "products" widget’ is closed to new replies.