• It may be late (3:41a) or maybe I’m just bad, but I cannot find where to change the background color for my sidebar.

    https://glitch.network/?post_type=forum is my site

    Using inspect, I found that the color is #0a0a0a so in desperation I downloaded the entirety of my website and opened all CSS files with Notepad++ and searched 0a0a0a with no luck. Why didn’t that work? Please help!

Viewing 1 replies (of 1 total)
  • Vishnupriya Natarajan

    (@vishnupriya-natarajan)

    That css is coming from index file. That is theme functionality.
    So you can overwrite it like the following style.

    #secondary {
    background: transparent none repeat scroll 0 0 !important;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Changing Sidebar Background Color’ is closed to new replies.