-
AuthorPosts
-
emilion Friend
emilion
- Join date:
- August 2006
- Posts:
- 71
- Downloads:
- 10
- Uploads:
- 4
- Thanks:
- 21
- Thanked:
- 5 times in 1 posts
May 1, 2014 at 7:39 pm #197295Hello,
Is possible to change the color of the foot area (Blue) for another?Thanks!
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
May 1, 2014 at 7:47 pm #533197For your footer background color, this is where your custom/css file will come in handy . . . .
Within your custom.css file (within file path /templates/ja_sugite/css/custom.css),
copy/paste the following CSS rule:
.t3-footer {
background: none repeat scroll 0 0 #2D3E50
}Of course, you will want to change the color code for the background color to whatever color code you wish.
NOTE:
If you do not already have a “custom.css” file within the above noted file path, simply create one.Hope That Helps
😎
1 user says Thank You to TomC for this useful post
emilion Friendemilion
- Join date:
- August 2006
- Posts:
- 71
- Downloads:
- 10
- Uploads:
- 4
- Thanks:
- 21
- Thanked:
- 5 times in 1 posts
May 1, 2014 at 8:07 pm #533202Thanks Tom!
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
May 1, 2014 at 8:09 pm #533204Happy to be of assistance . . . All the best with your continued site development.
🙂
G T FriendG T
- Join date:
- September 2014
- Posts:
- 445
- Downloads:
- 223
- Uploads:
- 39
- Thanks:
- 8
- Thanked:
- 3 times in 2 posts
July 17, 2014 at 11:01 am #542739<em>@TomC 424725 wrote:</em><blockquote>Happy to be of assistance . . . All the best with your continued site development.
:)</blockquote>
I want to change the color of only footer module position and not entire footer area
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
July 17, 2014 at 3:54 pm #542750<em>@joomlagt 437170 wrote:</em><blockquote>I want to change the color of only footer module position and not entire footer area
</blockquote>
Using the same “custom.css” method as described above, paste the following CSS rule into your custom.css file:
.t3-copyright {
background: none repeat scroll 0 0 #ffffff
}In the above example, I’ve used the color white (#ffffff) to demonstrate how the CSS styling works.
You should, of course, use whatever color code you wish for the background color.Hope That Helps 😎
fmolina Friendfmolina
- Join date:
- August 2013
- Posts:
- 99
- Downloads:
- 20
- Uploads:
- 27
- Thanks:
- 17
- Thanked:
- 1 times in 1 posts
October 15, 2014 at 9:06 pm #553142I followed the instructions to change the blue background and the result (not good) I show in the picture.
I also need to change the color of the fonts.
Can you tell me how?
Thank you very much.
Eragon H FriendEragon H
- Join date:
- July 2014
- Posts:
- 468
- Downloads:
- 1
- Uploads:
- 39
- Thanks:
- 5
- Thanked:
- 156 times in 149 posts
October 16, 2014 at 2:16 am #553159Kindly add this below code to the file custom.css to change the footer color
.t3-footer {
background: black !important;}.t3-footnav .t3-module {
background: black !important;
}You may need to clear cache (Joomla cache and Browser cache) to see the change
fmolina Friendfmolina
- Join date:
- August 2013
- Posts:
- 99
- Downloads:
- 20
- Uploads:
- 27
- Thanks:
- 17
- Thanked:
- 1 times in 1 posts
October 16, 2014 at 8:12 am #553216It works. Thank you.
Could you tell me how to change the text color of the footer.Thank you.
Eragon H FriendEragon H
- Join date:
- July 2014
- Posts:
- 468
- Downloads:
- 1
- Uploads:
- 39
- Thanks:
- 5
- Thanked:
- 156 times in 149 posts
October 16, 2014 at 8:23 am #553219You can use this code to change text color of the footer
.t3-footnav .t3-module ul > li > a {
color: white;}.module-ct {
color: white;}You may need to clear cache (Joomla cache and Browser cache) to see the change
AuthorPostsViewing 10 posts - 1 through 10 (of 10 total)This topic contains 10 replies, has 5 voices, and was last updated by Eragon H 10 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum