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
i want to change of article time and name color to #FC764A . If you can help me i ll be very happy
-
- Senior Boarder
- GK User
- Sun May 18, 2014 11:07 am
Could you please post an url to your site?
-
- Moderator
- GK User
- Tue May 20, 2014 10:23 am
Please edit: /templates/gk_music/css/override.css and add at its end:
But this change will make article title almost invicible.
Remember to enable "CSS override" in template settings - advanced section.
- 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.
-
- 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?
-
- 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.
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.
- 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.
-
- Moderator
6 posts
• Page 1 of 1