Hi.

How do I change the colour of the yellow text, and the green background behind 'new' please?

    carlsbriggs Hello

    You can override with following custom CSS code and adjust to your desired color.

    1/ "New" text:

    .acm-features.style-5 .sub-title .label-title {
        color: #fff !important;
        background: #3EC910 !important;
    }

    2/ Yellow text:

    .acm-features.style-5 .title-lead h1 span,
    .acm-features.style-5 .title-lead .h1 span {
        color: #FED90F !important;
    }

    carlsbriggs From template dashboard click to the "Tools -> Edit Custom CSS" And add above CSS rules to the Custom CSS Editor modal.

    Write a Reply...
    You need to Login to view replies.