Viewing 4 replies - 1 through 4 (of 4 total)
  • you are using too much !important in your custom styles;

    you therefore need to use it another time:

    .footer-widget .content { background-color: red!important; }

    Thread Starter successvalues

    (@successvalues)

    Hi, Thank you very much. It works

    If I may ask one question

    What is the impact or important of the !important in a custom style.

    I am not a developer, so I just use it.

    Regards

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    It’s not maintainable. Every time you want to override it you have to also use “!important”, like you’re stuck in a loop.

    Thread Starter successvalues

    (@successvalues)

    Thank you all.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Background color of footer widgets’ is closed to new replies.