Home Forums WoodMart support forum how to change massage bar color

how to change massage bar color

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #222883

    mohamed
    Participant

    hi

    how to change the massage bar color attached pic.

    thanks

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

    Hello,

    I saw the screenshot you attached.

    You can try changing the color of notices from Theme Settings >> Styles & Colors >> Notices.

    Screenshot for Clarification: https://ibb.co/mCnJMTt

    Regard’s.
    Xtemos Studio.

    #223067

    mohamed
    Participant

    hi

    I’m doing it before ask you im changed it and I’m making purge cache the same proplem

    please help me to solve this problem.

    thanks

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

    Hello,

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

    .wpcf7 form.sent .wpcf7-response-output {
    background-color: brown;
    }
    .wpcf7 form.invalid .wpcf7-response-output {
    background: red;
    }

    Best Regards.

    #223449

    mohamed
    Participant

    thanks, it works I need code to contact us page

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

    Hello,

    You are Most Welcome.

    I saw the screenshot you attached.

    I have already provided you with the code to change the success message.

    The following Custom CSS will change the color of the success message.

    .wpcf7 form.sent .wpcf7-response-output {
    background-color: brown;
    }

    Best Regards.

    #223666

    mohamed
    Participant

    thanks for Reply

    but this code not work please feed me another working code

    thanks

    #223685

    Hello,

    I saw the screenshot you attached. Please make sure that you have added the CSS code correctly then clear the cache and check back.

    If the problem continues then provide admin panel login details of the website to check it myself and help you out accordingly.

    Best Regards.

    #223697

    mohamed
    Participant

    thanks for your reply

    I’m clear cache already and I’m doing it with the correct method also I’m attached the access
    in privet content.

    thanks

    #223821

    Hello,

    I have tried to log in to your website but was unable to log in the credentials doesn’t seem to be correct.

    Please provide me with the correct login details to check it myself and help you out accordingly.

    Regard’s.
    Xtemos Studio.

    #223872

    mohamed
    Participant

    I give u a new one also I’m tested it and work

    #223873

    Hello,

    I have logged into your website and the issue is fixed. Please deactivate cache plugin, clear cache and check back.

    Screenshot for Clarification: https://ibb.co/h2Nh96g

    Regard’s.
    Xtemos Studio.

    #223894

    mohamed
    Participant

    thanks, it works but one or more fields have an error message I wont to change to back color background

    I’m attached a gif pic
    https://gyazo.com/0164493d8ef11d7539a74fefd84399f7

    #224125

    Hello,

    You are Welcome.

    I saw the screenshot you attached.

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

    .wpcf7 form.invalid .wpcf7-response-output {
    background-color: red;
    }

    Regard’s.
    Xtemos Studio.

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