New Landing How can we help? Themeforest Theme Support Dante WooCommerce Sidebar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #99598
    MHC
    Member
    Post count: 247

    Hi,

    Two questions regarding the WooCommerce Sidebar:

    1. How can I increase the padding above category widget without affecting product thumbnails? Please see attached image for explanation. I’m trying this code but doesn’t seem to work:

    .left-sidebar .widget {
        padding-top: 20 !important;
    }
    

    2. I would like to bold only the main category, but the below code is bolding both main & sub categories. How can I just bold the main category?

    ul.product-categories li.cat-parent {
      font-weight:bold !important;
    }

    Thanks for your help.

    #99599
    MHC
    Member
    Post count: 247
    This reply has been marked as private.
    #99612
    MHC
    Member
    Post count: 247

    Hi,

    Figured out the 1st question!

    Thank you 🙂

    #99821
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .cat-parent > a {
      font-weight: bold;
    }

    – Kyle

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register