I'm using the Headliner theme and I've managed to customise a bunch of colours on my site by playing around in theme.scss. You can take a look - www.researchinnovations.com.au.
However, one element that I just can't manage to crack is the background colour where the body of the page goes. It's currently black and I want to change it to white... I suspect its actually inherited from another theme... Can anyone point me in the right direction? Thanks.
Official response from Taylor Pineiro
Please see below for suggestions!
Share this post
Showing 3 reactions
Sign in with
Try line 467 in theme.scss:
body { background: <a class="tweet-url cashtag" href="https://twitter.com/#!/search?q=%24mobile" title="$mobile">$mobile</a>-nav-background; margin: 0; font-size: 112.5%; font-family: <a class="tweet-url cashtag" href="https://twitter.com/#!/search?q=%24font" title="$font">$font</a>; line-height: 1.25; color: <a class="tweet-url cashtag" href="https://twitter.com/#!/search?q=%24text" title="$text">$text</a>-color; }