Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello wordpressmz ,

    I hope you are doing well today!

    Please add this code to PopUp item’s Custom CSS editor

    .wdpu-text {
        background: #488cfd;
    }

    Please the screenshot:

    Chnage the #488cfd to the color of your choice.

    Let me know if you need any further assitance!

    Cheers,
    Nastia

    Thread Starter wordpressmz

    (@wordpressmz)

    it didn’t worked ??

    Hello wordpressmz,

    Please add !important rule to the code, like this:

    .wdpu-text {
        background: #488cfd !important;
    }

    Please note, The !important rule overrides that particular property. So in the future, if you will require modifying this property again, you must edit the code above.

    Let me know hoe it went!

    Cheers,
    Nastia

    Thread Starter wordpressmz

    (@wordpressmz)

    Hi thank you for your reply.

    The code you sent didn’t worked but this did:

    #popup .wdpu-text {
        background: black !important;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Background color change’ is closed to new replies.