• Resolved brokk91

    (@brokk91)


    Hello.
    I’m having issues wih this plugin, after updating it to the latest version it changed the colors and now it won’t let me use the colors I was using previously, here’s a screenshot:

    View post on imgur.com

    I did the clear cache thing with the “delete cookies on page load” enabled but nothing happens I try different colors and it never changes it stays this format always.

    Any ideas what could be causing this?
    Thanks a lot.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter brokk91

    (@brokk91)

    Last time I was able to change font color with a custom css:

    .rmp-main {
    color: white;
    }

    But now it doesn’t seem to be working, I tried deleting it and adding it again but that didn’t do anything 🙁

    Plugin Support Blaz K.

    (@blazk)

    Hi @brokk91,

    The markup was changed in version 3 and thus new custom CSS is required. You can change font color with:

    
    .rmp-widgets-container.rmp-wp-plugin.rmp-main-container {
        color: red;
    }
    

    Regards,
    Blaz

    Thread Starter brokk91

    (@brokk91)

    Brilliant! that did the trick 😉
    Thank you so much, @blazk!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Can’t change font colors after updating plugin’ is closed to new replies.