Changing COntent-Background and Text-Color

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Aug 11, 2013 11:43 am
Reply with quote
Report this post
Hey!

I would like to change the white background in the center from white to a dark grey and all text-colors from black to white / light grey.

I have added the following to the overrides (abd activated the overrides) - but nothing happened to the colors - the background image works fine:

Code: Select all
body {
background-attachment: fixed;
text-cloor: #fff;
}

html {   
   background-color: #666;
}
User avatar
Expert Boarder

GK User
Sun Aug 11, 2013 4:45 pm
Reply with quote
Report this post
You have a typo in your code :

Code: Select all
body {
background-attachment: fixed;
text-c[b]ol[/b]or: #fff;
}


Please also make sure that option "Use override CSS" is enabled in template settings.
User avatar
Platinum Boarder

GK User
Sun Aug 11, 2013 5:23 pm
Reply with quote
Report this post
Yeah - thats true.
Nevertheless - the background in the body stays white, while all texts are still black :-(

Here's the correct code - but nothing changes. So I guess there has to be something else wrong.

Code: Select all
body {
background-attachment: fixed;
text-color: #fff;
}

html {   
   background-color: #666;
}
User avatar
Expert Boarder

GK User
Sun Aug 11, 2013 5:41 pm
Reply with quote
Report this post
CSS Override is enabled.

Here's an image - the white backgrund in the middle should be dark grey and all text should be white / light-gray (including the menu-fonts).

http://www.rockxmas.de/screen.png
User avatar
Expert Boarder

GK User
Mon Aug 12, 2013 9:51 am
Reply with quote
Report this post
from white to a dark grey



Do you want to change background color to some graphic file ? Generally to change bg color you just need to use code

Code: Select all
body {background: #000 !important}
and that's all.
User avatar
Platinum Boarder

GK User
Mon Aug 12, 2013 9:54 am
Reply with quote
Report this post
Yeah, thank you!
I figured both issues during a beautiful nightshift last night.

To change the colors of the menu simply head over to css/menu/menu.css and adjust all necessary issues there.

Thank you for your support!

Greetings
Ingo
User avatar
Expert Boarder


cron