Viewing 3 replies - 1 through 3 (of 3 total)
  • First of all:

    The best way to make changes like this to a theme is to use a child theme, so your tweaks won’t be overwritten when updating the theme.

    Second:

    .jssort03 div {
        background-color: white !important;
    }
    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    @wpaurorautasic:

    >> The best way to make changes like this to a theme is to use a child theme <<

    A child theme is not necessary for CSS.

    To add CSS:

    • If you are using WordPress 4.7, use the “Additional CSS” option in the customizer.
    • If your theme has a custom CSS option, use that to add the CSS shown above.
    • If not, install the plugin Simple Custom CSS.

    @sterndata
    my mistake, thank you for the heads up

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

The topic ‘CSS code for changing background color’ is closed to new replies.