-
AuthorPosts
-
smartmax Friend
smartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
December 30, 2013 at 8:01 pm #193359One more little question…:laugh:
How can I change the gray text color (footer) into light blue for example?
http://www.applicatietechniekvanderwal.nl/nieuw/
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 30, 2013 at 8:03 pm #516903Okay, what’s the first thing we always ask you to do for assistance with CSS related issues, hmmm?
π
Please set “Optimize CSS” to “No” within your Template Manager–General settings.
smartmax Friendsmartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
December 30, 2013 at 8:05 pm #516905Wauw you’re fast! Didn’t I mention it, the website? -is that what you mean?- :-[
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 30, 2013 at 8:06 pm #516907<em>@smartmax 403898 wrote:</em><blockquote>Wauw you’re fast! Didn’t I mention it, the website? -is that what you mean?- :-[
http://www.applicatietechniekvanderwal.nl/nieuw/</blockquote>
nope … see the teeny tiny text in the middle of my first post. π
smartmax Friendsmartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
December 30, 2013 at 8:08 pm #516909I am so sorry! You’re wish is my command π
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 30, 2013 at 8:17 pm #516913<em>@smartmax 403903 wrote:</em><blockquote>I am so sorry! You’re wish is my command :)</blockquote>
No worries . . . I was messin’ with ya because I know you know π
To modify that grey text in the footer, here’s what you do . . .
Within file path –> /nieuw/templates/ja_mitius/css/themes/blue/template.css
at line 1284, you will see the following:
.module {
background: none repeat scroll 0 0 #FFFFFF
border: 1px solid #E5E5E5
color: #666666
margin-bottom: 20px;
}Modify the “color” property to whatever color hex code you want – for example . . .
.module {
background: none repeat scroll 0 0 #FFFFFF
border: 1px solid #E5E5E5
color: #FFFFFF
margin-bottom: 20px;
}For help in selecting color hex codes –> SEE HERE
Hope That Helps
π
smartmax Friendsmartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
December 30, 2013 at 8:25 pm #516916That’s okΓ©, I know, I hope we can be Joomlart friends π
ALMOST ALMOST!
I just changed it to: color: #00ccff
But it’s al white?TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 30, 2013 at 8:31 pm #516917At line 1314 (same file path as above), try the following additional modification . . .
.module-ct {
background: inherit;
color: #00CCFF
padding: 0 20px 20px;
}Better/Closer to what you wanted?
smartmax Friendsmartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
December 30, 2013 at 8:33 pm #516919:(( .. no..
-sorry-TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 30, 2013 at 8:35 pm #516920<em>@smartmax 403913 wrote:</em><blockquote>:(( .. no..
-sorry-</blockquote>Hmmm, really? It worked when I tried it out in Firebug. :-[
Did you clear your cache – both JAT3 and your browser cache – then refresh?
smartmax Friendsmartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
December 30, 2013 at 8:38 pm #516921I’ll let you know, I will look at it later at home… Many thanks in advance and have a happy new year!
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 30, 2013 at 8:41 pm #516923<em>@smartmax 403915 wrote:</em><blockquote>I’ll let you know, I will look at it later at home… Many thanks in advance and have a happy new year!</blockquote>
I’ll keep an eye out for your further follow-up as to whether you get things to work or not.
HAPPY NEW YEAR !!!
π
smartmax Friendsmartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
January 10, 2014 at 2:32 pm #518066Hi Tom, sorry for my late respons. I just saw you’re reply just now π
But the footer text are still al white?
smartmax Friendsmartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
January 10, 2014 at 2:52 pm #518067Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
January 13, 2014 at 4:11 am #518198<em>@smartmax 403895 wrote:</em><blockquote>One more little question…:laugh:
How can I change the gray text color (footer) into light blue for example?
http://www.applicatietechniekvanderwal.nl/nieuw/</blockquote>
Please try to open file: /templates/ja_mitius/css/themes/blue/template.css , then find and modify this code:
.ja-footer {
background-attachment: scroll;
background-clip: border-box;
background-color: #005292
background-image: none;
background-origin: padding-box;
background-position: 0 0;
background-repeat: repeat;
background-size: auto auto;
color: gray;
}Let me know how it goes.
AuthorPostsThis topic contains 20 replies, has 3 voices, and was last updated by smartmax 10 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum