• Resolved karpac

    (@karpac)


    Hello,
    first I want to thank you for your great plugin!
    I used Mailchimp at first, it worked ponderously and was very difficult to set up. But when I tried your MailPoet plugin that was a big difference! It is easy to set up, easy to work with, intuitive, user friendly… GOOD JOB!
    Everything works fine for me, but I have only one question. Message after successful subscribing is not readable with my theme. I tried to edit CSS style sheet (/www/wp-content/themes/mytheme/style.css) with this code (according your Knowledge Base: Design your Subscription Form (Widget or Shortcode)) but with no success. Here is my code:

    .allmsgs .updated {
    	color: #B71E1E !important;
    	background-color: #3D3D3D !important;
    	outline: none;
    	box-sizing: initial;
    }

    Do you have any idea why it’s not working?
    Thank you in advance.

    Karin

    https://www.ads-software.com/plugins/wysija-newsletters/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Try using an ID and a class for your CSS rule:

    #form-wysija-3 .updated{….}

    Thread Starter karpac

    (@karpac)

    Works great!
    Thank you very much and wish you blessed day ??

    Karin

    Hi,

    I’m a premium user and I’m having the same issue but adding ID/class:

    #form-wysija-3 .updated{….}

    into my child theme/styles.css is not working for me.

    is there anything else i could try?

    many thanks
    Kit

    Thread Starter karpac

    (@karpac)

    I put this code (bellow) into style.css file in the child theme and it worked:

    /****** SUCCESFULL SUBSCRIBING ********/
    #form-wysija-3 .updated {
    color: #B71E1E !important;
    background-color: #3D3D3D !important;
    outline: none;
    }

    thanks @karpac but, as mentioned, that didn’t work for me…

    mailpoet support suggested the following which worked a treat:

    .widget_wysija_cont .allmsgs li{
    color: black !important;
    }

    hope this helps someone !

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘CSS change doesn't work’ is closed to new replies.