• Resolved thoughtfulleader

    (@thoughtfulleader)


    Hi,

    Firstly, great plugin – mailchimp integration is absolutely awesome.

    Just a small issue – I’ve chosen a custom font colour (white) for my email opt-in and it doesn’t seem to apply correctly After Content.

    It works in the widget and slide-in, but After Content, the font colour is not applied correctly. I’ve tried directly targeting it directly in CSS, but this doesn’t seem to have any effect either.

    Thanks,
    Ben

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello Ben,

    You have inline styles in line 130 that are overriding Hustle styles:

    body, .entry-content p, .pirate_forms_thankyou_wrap p{color:#454545}

    Try adding this CSS:

    .entry-content .inc_optin_1.wpoi-hustle .wpoi-message p {color: #efefef;}

    Because I used there selector outside of the Hustle selectors it has to be used in Theme Customizer Addtional CSS fiel or in style.css of child theme to work.

    It this won’t work, try adding !important directive:

    .entry-content .inc_optin_1.wpoi-hustle .wpoi-message p {color: #efefef !important;}

    Let me know how this works for you

    kind regards,
    Kasia

    Thread Starter thoughtfulleader

    (@thoughtfulleader)

    Thanks for the response. I tried adding the CSS in both styles.css of the child theme and the Additional CSS field, but unfortunately with no luck.

    Any other ideas?

    Cheers,
    Ben

    Thread Starter thoughtfulleader

    (@thoughtfulleader)

    PS. I’ve just changed my opt-in colours etc and they all seem to be OK now…thank you for the help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom font colour “After content”’ is closed to new replies.