-
AuthorPosts
-
June 12, 2013 at 10:38 pm #188199TomC Moderator
TomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 12, 2013 at 10:41 pm #495713So that I can try to best assist you, please provide the url of the site you’re working on,
as well as set your site to “Development Mode” within your Template Manager (assuming the J3.0 version)June 12, 2013 at 10:48 pm #495716Thank you for your excellent support?
The URL is http://www.keacity.comTomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 12, 2013 at 10:54 pm #495718To change the “non-active” font color . . . .
Within file path –> /t3-assets/dev/templates.ja_argo.less.mod_articles_category.less.css
at line 102, you will see the following:
.brick-big .brick-title a {
background: none repeat scroll 0 0 #FFFFFF
color: #000000
display: block;
font-size: 36px;
line-height: 1;
padding: 10px 20px;
}The font color is currently set at black (or #000000).
Simply modify the color code to whatever color you want.This same rule is where you can also change the background color – which is currently set at white (or #FFFFFF)
To change the active/rollover font color . . .
Within file path –> /t3-assets/dev/templates.ja_argo.less.mod_articles_category.less.css
at line 110, you will see the following:
.brick-small .brick-title a:hover, .brick-small .brick-title a:active, .brick-small .brick-title a:focus {
color: #DE5932
text-decoration: none;
}Same as above, simply modify the color code to whatever color you want.
Hope That Helps
Ydroxoos FriendYdroxoos
- Join date:
- July 2006
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
December 22, 2013 at 5:49 pm #516177I have the same question but I have no dev folder inside my t3-assets folder. Any ideas why is that?
Regards,
PanagiotisTomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 22, 2013 at 7:11 pm #516182<em>@Ydroxoos 402952 wrote:</em><blockquote>I have the same question but I have no dev folder inside my t3-assets folder. Any ideas why is that?
Regards,
Panagiotis</blockquote>Please provide the url of the site you’re working on?
Ydroxoos FriendYdroxoos
- Join date:
- July 2006
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
December 22, 2013 at 7:23 pm #516186http://www.kalamataonline.gr/neo
I have recompiled the “less to css” from template’s admin menu and now the /dev/ folder was shown but when I change the .css that you point out in your first reply nothing happens. Also during the recompilation of less to css I got the following error message:
“Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 75 bytes) in /home/kalamata/public_html/neo/plugins/system/t3/includes/lessphp/lessc.inc.php on line 743” 🙁TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 22, 2013 at 7:26 pm #516187Can you temporarily set your site to “Development Mode” within your Template Manager–General settings?
Ydroxoos FriendYdroxoos
- Join date:
- July 2006
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
December 22, 2013 at 7:34 pm #516188Yes Tom, I just did it.
Thank you!
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 22, 2013 at 7:44 pm #516190Okay, here is what you can try to do . . . .
Within the file path template/ja_argo/css, Create a “custom.css” file
Within it, put the following CSS rules (as described in Post #4 above), modifying the color codes as you wish . . .
.brick-big .brick-title a { background: none repeat scroll 0 0 #FFFFFF
color: #000000
display: block;
font-size: 36px;
line-height: 1;
padding: 10px 20px;.brick-small .brick-title a:hover, .brick-small .brick-title a:active, .brick-small .brick-title a:focus {
color: #DE5932
text-decoration: none;
}
SAVE CHANGES — CLEAR CACHE — REFRESH PAGE
Let me know if that works for you
If you need some reference for color hex codes –> SEE HERE
🙂
Ydroxoos FriendYdroxoos
- Join date:
- July 2006
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
December 22, 2013 at 7:53 pm #516192Tom,
I did it but no change at all…TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 22, 2013 at 7:56 pm #516193<em>@Ydroxoos 402970 wrote:</em><blockquote>Tom,
I did it but no change at all…</blockquote>Do you use a text editor when you work with your site files, or do you do it through the Joomla backend?
Personally, I prefer to use a text editor (like Notepad++) to edit my CSS and such, and then upload via FTP (via FileZilla).
You do have the t3-assets files as indicated within Post #4, but it may be that you aren’t able to see/access them via the Joomla backend.
Ydroxoos FriendYdroxoos
- Join date:
- July 2006
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
December 22, 2013 at 8:03 pm #516194Yes I use Notepad++ as well as Filezilla (the best opensource solutions for text editing and ftp client).
What do you suggest?Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
December 23, 2013 at 12:25 pm #516294Hi Ydroxoos,
When you want to customize css, you need to disable ‘Development Mode’ and ‘Optimize Css’ in the configuration of template in back-end.
Then please try to do as following:
– Open file: /templates/ja_argo/css/custom.css
– Add this code:
.brick-big .brick-title a {
background-color: #000000
color: #FFFF00
}Let me know if this helps
Regards,
Nazario A
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 23, 2013 at 5:30 pm #516323Isn’t that pretty much what I outlined in Post #10 above? :((
AuthorPostsThis topic contains 20 replies, has 5 voices, and was last updated by Nazario A 10 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum