SR_Fate
Member
Posted 3 years ago #
Hi!
I would like to ask which files and which part of the code I have to modify to change color of:
This area:
http://img22.imageshack.us/img22/6335/44218196.jpg
this area:
http://img22.imageshack.us/img22/7049/29057280.jpg
And the main part of the blog (sorry, I'm not too accurate :/). I only changed the header image. I just want to change to colours.
Info about editing any other areas would also be welcome.
My site adress:
http://agmla.eufi.org.pl/
Sorry for my english.
You seem to have removed the nav bar but to change the color of the footer area, edit default.css (line 781):
#footer {
border-top:1px solid #CCCCCC;
color:#CC0000;
margin-top:22px;
}
SR_Fate
Member
Posted 3 years ago #
Yes, but when i change the color in:
#footer {
border-top:1px solid #CCCCCC;
color:#CC0000;
margin-top:22px;
}
to #7E587E I don't see any change...but when I change this:
border-top:1px solid #CCCCCC;
The color changes...but the problem is that I'm to trying to change the color of this line but the background of the footer.
To change the background color, you'll need to add:
background-color:#7E587E;
to the CSS block indicated above.
SR_Fate
Member
Posted 3 years ago #
Thank you! One last question.
I've changed the color of the footer and this horizontal menu.
What should I modify to change the color of the main area (whole thing between the footer and the horizontal menu)?
default.css (line 211)
#main {
clear:both;
padding:66px 0 22px;
}
Again, use background-color:.
SR_Fate
Member
Posted 3 years ago #
Almost that ;)
I'm thinking about changing this whole area:
http://img56.imageshack.us/img56/794/zrzutekranum.png
#wrapper{background-color:....
SR_Fate
Member
Posted 3 years ago #
Thanks again. Problem solved.