Change color of Article date and Article name

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Sat May 17, 2014 12:41 pm
hi,

i want to change of article time and name color to #FC764A . If you can help me i ll be very happy
User avatar
Senior Boarder

GK User
Sun May 18, 2014 11:07 am
Could you please post an url to your site?
User avatar
Moderator

GK User
Mon May 19, 2014 12:39 pm
my url is www.8dpc.com
User avatar
Senior Boarder

GK User
Tue May 20, 2014 10:23 am
Please edit: /templates/gk_music/css/override.css and add at its end:
Code: Select all
.itemHeader .itemTitle, .ribbonEl div, .ribbonEl h3 {
color: #FC764A;
}

But this change will make article title almost invicible.

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Tue May 20, 2014 10:31 am
thank you article title is good now but how can i make ribbon color #FC764A and inside date color White?
User avatar
Senior Boarder

GK User
Tue May 20, 2014 10:37 am
Ok, in future please use names like "background" "text colour" etc - it is easier to read it.
Code: Select all
.itemHeader .itemTitle {
color: #FC764A;
}
.ribbonEl div, .ribbonEl h3 {
background: #FC764A;
}

You also will need to edit this file:
templates/gk_music/images/style1/coltitle.png
and change colour of top most black ribbon left side.
User avatar
Moderator


cron