Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • adrianjg Friend
    #187457

    Hi,

    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 Friend
    #492643

    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!

    adrianjg Friend
    #492658

    Thank 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 Friend
    #492659

    Hello Again,

    Problem solved. I placed the following code in custom.css:

    .t3-navhelper {
    background: #2a4dab
    }

    Thanks again

    Adrian

    promulgate Friend
    #535007

    Hi 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>


    1. 7Ii5xNf
Viewing 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