Changing colors of boxes
Elegant Joomla template designed especially for both professional and personal website presentation.
- GK User
- Wed Aug 08, 2012 10:20 am
Hi,
I have the PostNote template, and I'm wondering if anyone can answer me on two things:
1. The module class suffix " black" isn't completely black. I'm wondering if it's possible to make this into the same black color as the color in the menu module in the new template "Creative". (It's all black.)
2. Is it possible to get the "Clients container" from template Creative into this template (PostNote)?
I have the PostNote template, and I'm wondering if anyone can answer me on two things:
1. The module class suffix " black" isn't completely black. I'm wondering if it's possible to make this into the same black color as the color in the menu module in the new template "Creative". (It's all black.)
2. Is it possible to get the "Clients container" from template Creative into this template (PostNote)?
-
- Fresh Boarder
- Konrad M
- Thu Aug 09, 2012 11:23 am
Hi,
1. Yes you can just please try add to override.css
Remember to enable override.css option in template settings.
2. I think yes. Our clients is Custom HTML module with linked images.
1. Yes you can just please try add to override.css
- Code: Select all
.box.black > div > div {
background: #222 !important;
}
Remember to enable override.css option in template settings.
2. I think yes. Our clients is Custom HTML module with linked images.
- GK User
- Tue Oct 02, 2012 7:20 pm
how to change the colors in the headers and the texts in the boxes?
-
- Junior Boarder
- Konrad M
- Wed Oct 03, 2012 9:25 am
To change color in headers please try add to override.css
and for text please add
and change value in both cases to fit your needs. Remember to enable override.css option in template settings.
- Code: Select all
#gkWrap2 .box_menu h3, #gkWrap2 .box_text h3, #gkWrap2 .box h3 {
color: #222222;
}
and for text please add
- Code: Select all
div.box > div > div > div.content, div.box_menu > div > div > div.content, div.box_text > div > div > div.content {
color:#222222;
}
and change value in both cases to fit your needs. Remember to enable override.css option in template settings.
- GK User
- Tue Oct 16, 2012 6:49 am
How can I change the background color from gray to white? I changed the file bg.png but the bottom remains gray.
-
- Junior Boarder
- Konrad M
- Tue Oct 16, 2012 12:26 pm
Just try add to override.css
and remember to enable override.css option in template settings.
- Code: Select all
body {
background: #fff !important;
}
and remember to enable override.css option in template settings.
6 posts
• Page 1 of 1