[Resolved] Bold the categories in woocommerce sidebar

Home Forums Support [Resolved] Bold the categories in woocommerce sidebar

Home Forums Support Bold the categories in woocommerce sidebar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1186439
    CRISTO

    I have categories listed in the right sidebar. Would like to bold them as well as the title “categories”

    #1186489
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    #woocommerce_product_categories-2 h2, .sidebar .widget a {
        font-weight: 700;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps ๐Ÿ™‚

    #1186543
    CRISTO

    As usual, you solved my problem. thanks so much, Leo.

    #1186569
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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