Easiest way to implement custom css to change background colors?

Viewing 2 posts - 1 through 2 (of 2 total)
  • #5271
    stvtron
    Participant

    I’m having a hard time isolating the code to change background colors. Obviously, I don’t want to edit the style.css, but want to include some lines in the custom css field to change all background colors. Essentially, I want to make most backgrounds either white or transparent, since my page background has now white.
    Shouldn’t this be fairly easy to implement? Do I need to also include code to set box and background like this:

    //
    box-shadow: none

    background border: none
    //

    #5316
    Daniel Tara
    Keymaster

    Basically for each element you wish to remove the background you need to set box-shadow:none; and background:none; borders are rarely used.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.