-
AuthorPosts
-
adrianjg Friend
adrianjg
- Join date:
- May 2013
- Posts:
- 5
- Downloads:
- 4
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
May 13, 2013 at 7:22 pm #187457Hi,
I have built a web page using the T3 Framework and the T3 Blank template. At the bottom of each page there is a footer (I think) that has the breadcrumb info showing you which page you are on. By default the color of this area is a grey color 2f2f2f (I think) and the color below it is a darker grey or black 222222 (I think). I want to change these colors. I have tried editing the template.css file located in …./templates/t3_blank/css/template.css but it doesn’t seem to work???
Any help would be appreciated.
Cheers
Adrian
tilovas Friendtilovas
- Join date:
- February 2013
- Posts:
- 33
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 4
- Thanked:
- 16 times in 9 posts
May 13, 2013 at 9:33 pm #492643Hi Adrian,
First of all you need creat a “custom.css” file in: “…/templates/t3_blank/css/” Then type this code:
.t3-footer {
background: #FF0000
}
This code will change the foter background color to red.
If you want change and copyright color (it’s bottom of footer) then tipe this code:
.t3-copyright {
background: #0000FF
}
Don’t change anything in the template.css file, because you can lose your info/changes when you will update the template. Use the custome.css file. More info about creating custom.css and using: Link GL!
3 users say Thank You to tilovas for this useful post
adrianjg Friendadrianjg
- Join date:
- May 2013
- Posts:
- 5
- Downloads:
- 4
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
May 14, 2013 at 2:36 am #492658Thank you for the help Tilovas 🙂
This has worked for the copyright area but for some reason the area just above the copyright area that contains the “breadcrumbs”, what I assume to be the “footer” area has not changed. Is this perhaps because this is the “navibar” area?
I also notice in the link you supply that the site says that custom.css is included by default. I guess they have changed that because it didn’t seem to be included by default in my case.
Once again, thank you for the help.
Adrian
adrianjg Friendadrianjg
- Join date:
- May 2013
- Posts:
- 5
- Downloads:
- 4
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
promulgate Friendpromulgate
- Join date:
- April 2014
- Posts:
- 9
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
May 14, 2014 at 2:44 am #535007Hi this works, yet I have added some footers link using custom html modules in the footer positions and the background colour is not transparent and so stands out.
I cannot seem to be able to override the style in my custom.css file
<em>@tilovas 372567 wrote:</em><blockquote>Hi Adrian,
First of all you need creat a “custom.css” file in: “…/templates/t3_blank/css/” Then type this code:
.t3-footer {
background: #FF0000
}
This code will change the foter background color to red.
If you want change and copyright color (it’s bottom of footer) then tipe this code:
.t3-copyright {
background: #0000FF
}
Don’t change anything in the template.css file, because you can lose your info/changes when you will update the template. Use the custome.css file. More info about creating custom.css and using: Link GL!</blockquote>
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 3 voices, and was last updated by promulgate 10 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
T3 Blank Template Change the Footer Color
Viewing 5 posts - 1 through 5 (of 5 total)