-
AuthorPosts
-
November 25, 2008 at 6:52 pm #135692
Hello,
How do i change the color of the headlines in each of the modules for the JAUvite template (ie, “Featured Blog”). So far, I’m not finding the correct module in the .css files.
Thanks,
Ryan.bennitos Friendbennitos
- Join date:
- May 2008
- Posts:
- 1717
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 39
- Thanked:
- 474 times in 407 posts
November 25, 2008 at 7:10 pm #280293hi ryan,
To change the colour you need to change the following:
In your template.css file around line 52
a:hover, a:active, a:focus
color:#E9DA95;
text-decoration:underline;
and
Template.css around line 47
a {
color:#E9DA95;
text-decoration:none;
Change items marked in red.
The first one if when you hover over an item, the second one is the colour when you dont have your mouse over it. Keep in mind that if you use other colour variations that you need to change different files.As example if you are using blue:
blue.css around line 7
a {
color:#9EA3C1;
text-decoration:none;
Always make backups of the files you edit!
1 user says Thank You to bennitos for this useful post
November 25, 2008 at 7:29 pm #280295I will try that as soon as i can.
Thanks,
RyanNovember 26, 2008 at 2:00 pm #280377Thanks for the attempt on the help. That wasn’t the right solution. Perhaps you misunderstood my question. I will post the correct answer shortly.
Thanks,
Ryanbennitos Friendbennitos
- Join date:
- May 2008
- Posts:
- 1717
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 39
- Thanked:
- 474 times in 407 posts
November 26, 2008 at 2:14 pm #280379The answer i gave is for changing the following items:
http://www.joomlart.com/templates_demo.php?template=ja_uviteDictumst pretium congue laoreet
Pede nibh augue Nam Sed
Vestibulum Vestibulum dictum
Urna sodales nulla phasellus
Nec metus nisl quam egestas etCheck the demo site above to see if that was the colour you wanted to change.
or are you talking about the
“Featured Blog Entry”
” 17 Nov 08 in Graphic design “
” 17 Nov 08 in My Concept “If so then i can provide you that information, make sure you also post the colour scheme you are currently using,.
November 29, 2008 at 10:42 am #280715bennitos wrote
<blockquote>or are you talking about the
“Featured Blog Entry”
” 17 Nov 08 in Graphic design “
” 17 Nov 08 in My Concept “If so then i can provide you that information, make sure you also post the colour scheme you are currently using,.</blockquote>
can you supply that info please. Also Do you know how I would remove the date?Jim
November 29, 2008 at 10:11 pm #280747Hi,
I would like to make the module titles (eg statistics, resources, main menu in the demo) brighterand would like to be able to brighten all the text generally as it is a bit difficult to read, especially in the BLUE color.
thanks
EricNovember 30, 2008 at 1:37 am #280755managed to do this now by changing the colors in the blue.css file.
thanks for the pointers, above.November 30, 2008 at 1:38 am #280756<em>@topflat 92765 wrote:</em><blockquote>bennitos wrote
can you supply that info please. Also Do you know how I would remove the date?
Jim</blockquote>
yes please, I would like to remove the date as well
Eric
bennitos Friendbennitos
- Join date:
- May 2008
- Posts:
- 1717
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 39
- Thanked:
- 474 times in 407 posts
November 30, 2008 at 4:09 pm #280785<em>@topflat 92765 wrote:</em><blockquote>bennitos wrote
can you supply that info please. Also Do you know how I would remove the date?
Jim</blockquote>
Ok sure:
Featured blod entry:
ja.news.fp.css line 10
#jahl-headlineanchor {
border-bottom:1px solid #643112;
color:#8A4A22;
The grapic design and My concept etc headers:
div.jazin-section a {ja.news.css (regel (67)
color:#E9DA95;
Change the items marked in red (always make backups)
November 30, 2008 at 4:15 pm #280787Thanks very much for that bennitos. I just need to find the bit of code to remove the date now.
Thanks againJim
bennitos Friendbennitos
- Join date:
- May 2008
- Posts:
- 1717
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 39
- Thanked:
- 474 times in 407 posts
November 30, 2008 at 4:18 pm #280788<em>@topflat 92855 wrote:</em><blockquote>Thanks very much for that bennitos. I just need to find the bit of code to remove the date now.
Thanks againJim</blockquote>
Im not totally sure how to remove the date as im not running the template myself. But in the link below the code for the date is shown if you’d want to change it to a different format. I guess if you remove that part the date should be gone:
http://www.joomlart.com/forums/showpost.php?p=92608&postcount=2
November 30, 2008 at 6:36 pm #280800I’ll give this a go tomorrow. I’ll post if it works
Thanks bennitos
November 30, 2008 at 7:18 pm #280805I commented out the line that said
$dateformat = $tmpTools->getParam(‘janews-dateformat’, ‘d M Y’);
blog_item.php in templates/ja_uvite/html/mod_janews folder, at about line 13as suggested on the link you gave: http://www.joomlart.com/forums/showp…08&postcount=2
Further down, about line 33 there is the word “in” to delete as well
Once again, I have to say thanks – a community forum in action
Jim
bennitos Friendbennitos
- Join date:
- May 2008
- Posts:
- 1717
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 39
- Thanked:
- 474 times in 407 posts
November 30, 2008 at 7:22 pm #280807<em>@topflat 92878 wrote:</em><blockquote>I commented out the line that said
$dateformat = $tmpTools->getParam(‘janews-dateformat’, ‘d M Y’);
blog_item.php in templates/ja_uvite/html/mod_janews folder, at about line 13as suggested on the link you gave: http://www.joomlart.com/forums/showp…08&postcount=2
Further down, about line 33 there is the word “in” to delete as well
Once again, I have to say thanks – a community forum in action
Jim</blockquote>
Good stuff glad it worked out 😀
-
AuthorPosts
This topic contains 16 replies, has 5 voices, and was last updated by lasor123 15 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum