Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Issue with changing background-color etc. Reply To: [Solved] Issue with changing background-color etc.

#199571
knowledgenotebook
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.