Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Beginner
Boardlink: http://www.aaoportugal.com/phpbb/portal.php
What have you done before the problem was there?
What have you already tryed to solve the problem?
Description and Message
I have looked everywhere, even portal.css and _block_config.html
I didn't intalled the portal, it was a friend and edited by him but he came to me requesting help to config this issue. Any idea guys?
Change blocks text color / background
-
Topic author - Active Member
- Posts: 5
- Joined: 12. July 2013 20:35
- phpBB.com User: BiG_SerGiO
Re: Change blocks text color / background
The background color of the blocks through
regulated in the colour.css and common.css.
The text color is controlled by in colour.css.
Code: Select all
.forabg {
The text color is controlled by
Code: Select all
li.header dt, li.header dd {
Gruß Udo
-
Topic author - Active Member
- Posts: 5
- Joined: 12. July 2013 20:35
- phpBB.com User: BiG_SerGiO
Re: Change blocks text color / background
Thanks but there's something strange because i have confirmed both files and:
http://www.aaoportugal.com
Boxes are white, looks like missing a picture :/
.forabg {
background-color: #262626;
background-image: url("{T_THEME_PATH}/images/bg_list.gif");
li.header dt, li.header dd {
color: #d8e3e6;
Haven't changed anything as colors seem right but not when looking on forum:.forabg {
background-color: #262626;
background-image: url("{T_THEME_PATH}/images/bg_list.gif");
li.header dt, li.header dd {
color: #d8e3e6;
http://www.aaoportugal.com
Boxes are white, looks like missing a picture :/
Re: Change blocks text color / background
Please put the Board3 copyright back in, otherwise you do not get further support!
Gruß Udo
-
Topic author - Active Member
- Posts: 5
- Joined: 12. July 2013 20:35
- phpBB.com User: BiG_SerGiO
Re: Change blocks text color / background
Oh, really sorry, it was the other admin but i have spoken with him, it won't happen again.
Re: Change blocks text color / background
For the white background looking into the .css files to:BiG_SerGiO wrote:Boxes are white, looks like missing a picture :/
Code: Select all
ul.forums {
background: none repeat-x scroll 0 0 #F9F9F9;
}
Gruß Udo
-
Topic author - Active Member
- Posts: 5
- Joined: 12. July 2013 20:35
- phpBB.com User: BiG_SerGiO
Re: Change blocks text color / background
What i found:
content.css
Any more ideas?
content.css
Code: Select all
ul.forums {
background: #f9f9f9 none repeat-x 0 0;
}
-
Topic author - Active Member
- Posts: 5
- Joined: 12. July 2013 20:35
- phpBB.com User: BiG_SerGiO
Re: Change blocks text color / background
Oh, i figure it out, thanks por poiting it
Thanks for everythingul.forums {
background: #262626 repeat-x scroll 0 0 #F9F9F9;
}
Re: Change blocks text color / background
Make it so:
Code: Select all
ul.forums {
#262626 repeat-x scroll 0 0
}
Gruß Udo