Sidebar Color and front page footer white line in GoBlue theme!

Shelley Schultz Posted in Theme Development 1 year ago

Hey, All!

I'm currently customizing the goblue theme and I can't seem to change the color of the wall sidebar no matter what the heck I do. Can anyone advise? Also, the white line above the footer on the front page. I want to get rid of that. Any help would be greatly appreciated. Thank you!

Replies
us Shelley Schultz Replied 1 year ago

Hi, Eric!
Thank you so much for the reply. I'm a complete NEWBIE, so would you please be so kind as to tell me WHERE to add this?

Thank you!

Indonesian Arsalan Shah Replied 1 year ago

Maybe he is not disabling the cache

Dutch Eric redegeld Replied 1 year ago

you found the css/core?

.sidebar {
background-color: #333;
}

and change this to like yelloe

.sidebar {
background-color: yellow;
}

Flush cache and voila

enter image description here