• Is there a way to change the default color of the info block (is-style-info) using css?

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

Viewing 1 replies (of 1 total)
  • Plugin Support gdandrija

    (@gdandrija)

    Hi @mohanadas, I hope you are doing great,

    Sure, you can use the following CSS code:

    p.is-style-info?{
    color: #FF0 !important;
    }

    Feel free to switch the color code per your needs.

    Cheers,
    Andrija

    • This reply was modified 1 year, 7 months ago by gdandrija.
Viewing 1 replies (of 1 total)
  • The topic ‘Change Color of Alert Blocks’ is closed to new replies.