Titles invisible on individual articles

Responsive community-minded music Joomla template with JomSocial extension support.
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
Mon Aug 25, 2014 11:47 pm
Reply with quote
Report this post
trying to get the titles to show on individual articles in the "episodes" and "artists" sections.
also the email and print icons. have them turned on in the parent category, but they do not want to appear.
http://listen2014.the-listen-project.com/
User avatar
Junior Boarder

GK User
Tue Aug 26, 2014 10:51 pm
Reply with quote
Report this post
Hello,

For me the titles and email/print links appears on the article pages, but email/print links are invisible due change the background to black.
User avatar
Administrator

GK User
Wed Aug 27, 2014 5:35 am
Reply with quote
Report this post
hi again,

got it working by doing an override to css on the h1 - h6 headings' color.
how to change the color of the email and print and contact page titles?


thanks.
User avatar
Junior Boarder

GK User
Wed Aug 27, 2014 2:58 pm
Reply with quote
Report this post
Please add the following CSS code:

Code: Select all
.jicons-text {
color: #aaa;
}
article header li a {
color: #fff!important;
}
User avatar
Administrator

GK User
Thu Aug 28, 2014 1:04 am
Reply with quote
Report this post
perfect.
multiple thank youz.
User avatar
Junior Boarder


cron