We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. Guest
  2. Motivator Hole-in-One Smile Seeker
  3. General Discussion
  4. Friday, 13 June 2014
  5.  Subscribe via email
Hi!
I want change header's background color (same thing for footer).
How can I do?

Thanks a lot!

PS - In the attachments, the areas I want change are blue
Attachments (2)
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Resolved.

Go to /templates/t3_bs3_blank/css and create a file, "custom.css"
Then copy this code:



.container.t3-header {
background-color: #chooseyourcolor;
width:100%;
margin-left: auto;
margin-right: auto;

}


This is for a background in full width.
If you don't want a full width background, copy this code:



.container.t3-header {
background-color: #chooseyourcolor;

}



To change footer background color, do the same thing with .t3-footer
or go to /t3-assets/css/css-58a73.css and change all background:#
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Great work, Claudio ;)
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.