Where and how to change the color of this? - pycode
Where and how to change the color of this?
So yeah, I'd like to darken the grey color of ALL the grey colors (I DRAW AN ARROW TO SHOW YOU WHAT COLOR I MEAN, ON THE PIC).
I'd like to see if darkening it makes it look more to my taste.
Big thank you in advance...
Heix
- deepndark
- Registered User
- Posts: 409
- Joined: Thu Nov 03, 2011 12:48 pm
- Location: Finland
- Contact:
Re: Where and how to change the color of this?
you need to edit colors.css around 329 line:
Code: Select all
ul.forums {
background-color: #42474F;
Cheers,
Daniel
- danceban
- Registered User
- Posts: 25
- Joined: Mon Mar 12, 2018 9:45 am
- Name: Dan Ceban
- Contact:
Re: Where and how to change the color of this?
(THE BACKGROUND of the banner is still that kind of grey and the background where the ACP link is...).
- deepndark
- Registered User
- Posts: 409
- Joined: Thu Nov 03, 2011 12:48 pm
- Location: Finland
- Contact:
Re: Where and how to change the color of this?
Hey, I'd actually want the topic view and inside a topic grey colors also changed. Please see the pics above.
- deepndark
- Registered User
- Posts: 409
- Joined: Thu Nov 03, 2011 12:48 pm
- Location: Finland
- Contact:
Re: Where and how to change the color of this?
header: edit colors.css around line 94. Don't forget to edit the background color of your logo (banner.jpg)
Code: Select all
.headerbar, .forumbg {
background-color: #42474F;
background-image: none;
}
Code: Select all
.navbar {
background-color: #42474F;
}
Code: Select all
ul.forums {
background-color: #3e424a;
background-image: none;
border-radius: 3px;
}
Code: Select all
.bg1 {
background-color: #42474F;
}
.bg2 {
background-color: #41474F;
}
- danceban
- Registered User
- Posts: 25
- Joined: Mon Mar 12, 2018 9:45 am
- Name: Dan Ceban
- Contact:
Re: Where and how to change the color of this?
It's a nice looking style, and I think it's even better after I changed the grey colors a bit darker.

- deepndark
- Registered User
- Posts: 409
- Joined: Thu Nov 03, 2011 12:48 pm
- Location: Finland
- Contact:
Re: Where and how to change the color of this?
The white line, and the bg's. Hope you don't mind to help out...

- deepndark
- Registered User
- Posts: 409
- Joined: Thu Nov 03, 2011 12:48 pm
- Location: Finland
- Contact:
Re: Where and how to change the color of this?
I want you to learn how to use google developer tools and find out yourself how to search for this colors, so take a look at this tutorial https://www.youtube.com/watch?v=wcFnnxfA70g or search for google developer tools color inspection. This way you will be able to search for any colors on any websites. If you will have troubles, you can ask, I will help.
- danceban
- Registered User
- Posts: 25
- Joined: Mon Mar 12, 2018 9:45 am
- Name: Dan Ceban
- Contact:
Re: Where and how to change the color of this?
Hi, thanks for helping me, I have been playing around with the colors a bit: http://reasonheads.com/forum/index.phpdanceban wrote:Hello,
I want you to learn how to use google developer tools and find out yourself how to search for this colors, so take a look at this tutorial https://www.youtube.com/watch?v=wcFnnxfA70g or search for google developer tools color inspection. This way you will be able to search for any colors on any websites. If you will have troubles, you can ask, I will help.
I used Firefox to find the colors though. But this is a big step further for me to have a basic knowhow of this.

- deepndark
- Registered User
- Posts: 409
- Joined: Thu Nov 03, 2011 12:48 pm
- Location: Finland
- Contact: