[SOLVED] Color background components without changing mainbody color
Joomla template which allow you to present sport news in amazing and professional way.
- GK User
- Mon Oct 04, 2010 5:28 pm
Hi,
I would to change the background color for one component : kunena without changing other colors ... Can you tell me how to doing that. (the default color is white, and i would like a dark grey one)
Best regards
I would to change the background color for one component : kunena without changing other colors ... Can you tell me how to doing that. (the default color is white, and i would like a dark grey one)
Best regards

-
- Fresh Boarder
- teitbite
- Tue Oct 05, 2010 7:51 pm
Hi
Please show me an exact page where You want to change the background.
Please show me an exact page where You want to change the background.
-
- Moderator
- GK User
- Wed Oct 06, 2010 11:40 am
-
- Fresh Boarder
- teitbite
- Thu Oct 07, 2010 5:30 pm
Hi
You can set the color using:
The problem is that there still be white stripes from the mainbody, but changing it will affect all of the pages.
You can set the color using:
- Code: Select all
#Kunena{
background-color:#000000;
}
The problem is that there still be white stripes from the mainbody, but changing it will affect all of the pages.
-
- Moderator
- GK User
- Thu Oct 07, 2010 5:40 pm
on this site with same template, they don't have white stripes :
any suggestions ? It must be possible .
any suggestions ? It must be possible .

-
- Fresh Boarder
- GK User
- Thu Oct 07, 2010 6:09 pm
-
- Platinum Boarder
- GK User
- Thu Oct 07, 2010 6:19 pm
- Code: Select all
#Kunena {
margin:-20px -20px -30px;
padding:20px;
background-color:#000000;
}
With that code, it works great

Thanks a lot
Best regards

-
- Fresh Boarder
7 posts
• Page 1 of 1