Home Forums WoodMart support forum Changing colours

Changing colours

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

    mitkovidenov
    Participant

    Hello,

    I want to change the colours to my site. Please see attached, I want to change to colours to the following #61fa0a

    Kind regards,

    Dimitar

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

    Hello,

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

    .wd-nav[class*="wd-style-"]>li>a {
        color: #61fa0a;
    }
    
    .wd-tools-text {
        color: #61fa0a;
    }
    
    .wd-tools-icon:before {
        color: #61fa0a;
    }

    Best Regards

    #333366

    mitkovidenov
    Participant

    Hello,

    I wanted to change the notifications above the add to whishlist, cart etc.

    #333554

    Hello,

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

    .wd-tools-element .wd-tools-count {
        background-color: green;
    }
    
    .wd-header-cart.wd-design-2 .wd-cart-number {
        background-color: green;
    }

    Best Regards

Tagged: 

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