Home Forums WoodMart support forum ‘Header dropdowns dark’ custom color

‘Header dropdowns dark’ custom color

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

    mrtnz
    Participant

    Hi, how can I set a custom ‘Header dropdowns dark’ color? I would like it to remain dark, just a different color. Thanks.

    • This topic was modified 1 year, 2 months ago by mrtnz.
    Attachments:
    You must be logged in to view attached files.
    #446178

    Hello,

    This is possible to change with custom CSS. Please let us know if you need help and provide the page URL.

    If you have any questions please feel free to contact us.

    Best Regards

    #446323

    mrtnz
    Participant

    I need to change this background color in the cart dropdown:

    • This reply was modified 1 year, 2 months ago by mrtnz.
    • This reply was modified 1 year, 2 months ago by mrtnz.
    #446566

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .wd-side-hidden.wd-opened {
        background-color: #171717;
    }
    .product_list_widget>li .wd-entities-title,
    .cart-widget-side .woocommerce-mini-cart .remove,
    .wd-action-btn.wd-style-text>a,
    .wd-heading .title {
          color: #ffffff;
    }

    Best Regards

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