Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi,
    you should be able to do that, by adding the code below in wp-admin / Appearance / Customize / Additional CSS panel

    
    .adverts-contact-box {
        color: white;
        background: black;
    }
    
    Thread Starter kolixd

    (@kolixd)

    Thank you for the quick reply.

    The inscription changes color, unfortunately the background is still white.

    Plugin Author Greg Winiarski

    (@gwin)

    Please try postfixing the background with !important keyword like this

    
    background: black !important;
    
    Thread Starter kolixd

    (@kolixd)

    thank you ! it helped. All the best

    Plugin Author Greg Winiarski

    (@gwin)

    Ok great, i am marking this thread as resolved maybe someone in the future will find it helpful as well :).

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘problem with colors’ is closed to new replies.