Color on text

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Feb 03, 2013 10:53 pm
Reply with quote
Report this post
How to change text color? Template is FEST

text in lightgray ex: "Written by" "Read" 10 "Times" "Rate this item" " Tagged under" and "Last modified onSunday, 03 February 2013 22:43"

i want in darker color "Bloodred" :)

http://cultclassicmagazine.com/index.ph ... em/6-house
User avatar
Fresh Boarder

GK User
Mon Feb 04, 2013 9:22 am
Reply with quote
Report this post
Please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
article header li {color: #fff !important}

and then just remember to enable "Use override CSS" option in template advanced settings tab.
User avatar
Platinum Boarder

GK User
Mon Feb 04, 2013 10:06 am
Reply with quote
Report this post
Thank you for fast answer
it worked well but i still have text in wrong color, any code to fix that to?
User avatar
Fresh Boarder

GK User
Tue Feb 05, 2013 9:30 am
Reply with quote
Report this post
Well, i manage by my self after few hours thanx to that code i got from bkrztuk :D

Final code looks like this. if you find anything wrong in it, please let me know.

article header li {
color: #900 !important
}

itemAuthorContent ul li {
color: #900 !important
}

.itemAuthorContent ul li a,
.itemNavigation {
color: #900 !important
}

.itemRatingBlock {
color: #900 !important
}

.itemTagsBlock {
color: #900 !important
}

.itemDateModified {
color: #900 !important
}
User avatar
Fresh Boarder

GK User
Tue Feb 05, 2013 11:53 pm
Reply with quote
Report this post
It look correct, sometimes you just need to add !important declaration to override all existing styles but it is much easier to check it via Firebug.
User avatar
Platinum Boarder

GK User
Sat Feb 09, 2013 3:12 pm
Reply with quote
Report this post
Thanks
i will try Firebug and see if it can help an old truckdriver like me :)
User avatar
Fresh Boarder

GK User
Mon Feb 11, 2013 8:23 am
Reply with quote
Report this post
If you have any problems, please look at this video http://docs.joomla.org/Using_Firebug_With_Your_Joomla_Website it is created for older Joomla! version but the whole process is exactly the same.
User avatar
Platinum Boarder

GK User
Wed Feb 13, 2013 3:27 pm
Reply with quote
Report this post
Great :D
that will be useful

thanks
User avatar
Fresh Boarder


cron