Home Forums WoodMart support forum Shop page widget area > legacy widget > product categories

Shop page widget area > legacy widget > product categories

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #396509

    me04sdb
    Participant

    Hi there,

    On the shop page widget area I have added the products category to the legacy widget and it is working great. However, there are some changes I would like to make but there are no options.

    1. Expanded on shop load (currenty one has to click it to expand it, please see images)
    2. Underline the text on hoover
    3. Bottom border to seperate each section (sample example provided)

    Many thanks

    Attachments:
    You must be logged in to view attached files.
    #396579

    Hello,

    1. Please provide the admin panel login details of the website.

    2. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .widget_product_categories .product-categories li a:hover {
    text-decoration: underline;
    }

    3. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .categories-accordion-on .widget_product_categories .product-categories li {
    border-bottom: 1px solid;
    }

    Best Regards

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