Home Forums WoodMart support forum change menu color

change menu color

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

    penneeborse
    Participant

    Hello,
    how can I change the color of the menu highlighted in the attached image.
    I can insert a fund in the menu
    The menu I want to modify is the one on the left that comes out on the second page.
    Thank you

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

    Hello,

    I saw the screenshot you attached. To change the color of the categories widget you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .widget_product_categories .product-categories li a {
    color: red;
    }

    For the background add the following Custom CSS in the Global Custom CSS area.

    .categories-accordion-on .widget_product_categories .product-categories {
    background: red;
    }

    Best Regards.

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