Home Forums WoodMart support forum Newsletter Popup

Newsletter Popup

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #38901

    keizershaquil
    Participant

    Hello guys,

    Could you help me with the newsletter design? Its not displaying properly on the mobile. Please see attached screenshots or at the website.

    Best Regards

    #38902

    keizershaquil
    Participant

    Also, one can barely see the confirmation popup. How can I fix? Please see attached screenshot

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

    keizershaquil
    Participant

    Images that did not upload.

    #38906

    keizershaquil
    Participant

    .

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

    Bogdan Donovan
    Keymaster

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix the alert issue.

    .mc4wp-response .mc4wp-alert > p {
    	max-width: 100% !important;
    	text-align: left;
    	color: #fff;
    }
    
    .mc4wp-response .mc4wp-alert.mc4wp-success {
    	background-color: #459647;
    }
    
    .mc4wp-success:before {
    	content: "\f00c";
    }

    And add this snippet to the Mobile Custom CSS area to remove popup background on mobile.

    body .woodmart-promo-popup {
    	background-image: none!important;
    }

    Regards

    #39014

    keizershaquil
    Participant

    Thank you !

    #39035

    Artem Temos
    Keymaster

    You are welcome.

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

The topic ‘Newsletter Popup’ is closed to new replies.