Home › Forums › CSS › [Solved] Issue with changing background-color etc. › Reply To: [Solved] Issue with changing background-color etc.
April 2, 2015 at 8:19 am
#199571
Participant
It seems that the key CSS rule for background color is the following:
for Style.css file at line 238,
background: url(../img/header-block.jpg) 0 0 repeat-x #1b1b1c;
Now, it seems quite involved to make responding text color etc. changes as well…
Thank you all for your input.