• Resolved Peter Westerlund

    (@peter-westerlund)


    How do I set a default background color for example for the alert info block? So that I don’t need to change that color every time for every single info block?

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

    (@gdalex)

    Hey @peter-westerlund,

    Thanks for reaching out!

    You can do this by adding the following code to the Additional CSS area:

    p:not(.has-background).is-style-info {
    background:#000;
    }

    Then you can change the hex code to the color you’d like.

    Let me know if this helped!

Viewing 1 replies (of 1 total)
  • The topic ‘Set default colors?’ is closed to new replies.