Home New Guten Forums WoodMart support forum Pls center dialogs

Pls center dialogs

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

    DBP
    Participant

    Hi,
    pls provide me with the css to center those dialogs, pls see screenshot. And pls provide css to change all light orange dialogs boxes to any other color of choice.

    #669580

    Hello,

    Please add the following custom CSS code under Theme Settings > Custom CSS:

    .woocommerce-notices-wrapper,
    .woocommerce-error,
    .woocommerce-message,
    .woocommerce-info {
        display: flex !important;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 80%;
    }
    .wd-notice.wd-warning,
    .woocommerce-error,
    .woocommerce-info {
        background-color: #cceeff !important; 
        color: #000000 !important;
    }
    .wd-notice.wd-success, .wpcf7 form.sent .wpcf7-response-output, .mc4wp-success, .woocommerce-message {
        background-color: #070707;
        color: white;
    }

    Best Regards,

    #669604

    DBP
    Participant

    That works. Thanks a lot! Kind regards

    #669610

    Hello,

    You’re very welcome! If you need anything else, feel free to reach out!

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards,

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

The topic ‘Pls center dialogs’ is closed to new replies.