We’d like to change ONLY the left and right border background, but not the background behind the text. Does anyone have suggestions about what/where/how to make such a change? Thanks in advance for anything anyone can share!
That should do it
body {
background-color: <your color>;
}
#main-outlet {
background-color: $secondary;
}
5 Likes
PERFECT! Thanks @zogstrip!
1 Like