• can someone please help me understand why it should two hours to change a color? i’ve looked for this:

    .widget-area .sidebar-primary .widget

    and i’ve done this:

    i don’t have access to the site anymore, but i used a css plugin, like
    https://wordpress.org/plugins/simple-custom-css/screenshots/

    then add this code:

    .widget-area .sidebar-primary .widget {
    background-color: ff6600;
    }
    and still, its blue. seriously. really? dang!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey Tamera! It’s hard to tell without seeing the site, but it could be something as simple as putting the ‘#’ back in front of your colour code 🙂

    If you try this, you can let us know if it works!

    .widget-area .sidebar-primary .widget {
    background-color: #ff6600;
    }
    Thread Starter Tamera2

    (@tamera2)

    Hey SR! Yes, that works. Just oh so frustrating sometimes. Thanks much!

    graham333

    (@graham333)

    Bumped this thread – similar question to OP.

    Using a custom CSS plug as above works fine, but

    I have tried inserting code all over the CSS and it just will not change the colour of the primary sidebar widget.

    Please can someone specify exactly where the code above goes, for those of us who don’t know, and are never likely to find out 🙂

    BTW, IDK if it makes any difference, but I’m currently working with the semicolon theme on a local machine.
    Thanks.

    graham333

    (@graham333)

    … forgot to check notification box

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

The topic ‘change blue color!’ is closed to new replies.