Home Forums WoodMart support forum How to change color for buttons in header menu

How to change color for buttons in header menu

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

    bljbuba
    Participant

    I want to change color of circle that shows number of items in compare list/wish list/ cart in header menu. I can access to select which design to choose, but don’t know how to change color of it.

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

    Luke Nielsen
    Member

    Hello,

    Please try to use the below code for changing the bg color of it. Enter it into the “Global Custom CSS” area in Theme Settings -> Custom CSS.

    .whb-header .wd-tools-element .wd-tools-count {
        background-color: blue;
    }

    If you ever need to reach out to me, please do not hesitate to do so.

    Kind Regards

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