How to modify the visual of the subcategories ?

This topic has 2 replies, 2 voices, and was last updated 1 years, 8 months ago ago by Rose Tyler

  • Avatar: CJCORP
    CJCORP
    Participant
    August 26, 2022 at 11:43

    Hello, I wanted to know if it was possible to modify the visual of the subcategories:

    I explain, by sending you a screen:

    https://imgur.com/Q98Aug6.png I would like the rectangles to have light borders of 1 or 2 px of color #2a052c

    And that the subcategories and the products are divided by a big line to allow a separation between the two:
    https://imgur.com/GGq2qQx.png

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 26, 2022 at 12:43

    Hello,

    Thanks for using our theme and for contacting us.
    1/ Add the next code in Theme Options > Theme custom CSS:

    .category-grid .categories-mask {
        border: 1px solid #2a052c;
    }

    2/

    .etheme-woocommerce-categories-products-separator {
        border-top: 1px solid #2a052c;
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

The issue related to '‘How to modify the visual of the subcategories ?’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.