|
Hello I am using a Joomla Template, and I needed to change the Article heading color but I was not able to. Could you please help me in this regard?
Thanks.
Here is the template css.
.contentpane .inputbox { display:block;}
.contentheading, .componentheader, .componentheading {
width:98%;
font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
line-height: 28px;
margin-bottom:10px;
color: #97467f; [ I changed it to #006699]
font-size: 16px;
font-weight: bold;
background: none;
text-indent: 0px;
text-align:left;
}
.contentheading td {
width:98%;
font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
line-height: 28px;
margin-bottom:10px;
color: #97467f; [ I changed it to #006699]
font-size: 16px;
font-weight: bold;
background: none;
text-indent: 0px;
text-align:left;
}
But Changes did not occur.
Someone told me to change at this line but as you can see in following example, there is no option for the color?
.sectiontableheader {font-weight: bold;}
/* kolor rzedow w spisach i tabelach parzystych*/
.sectiontableentry1 td, .sectiontableentry1-pink, .sectiontableentry1-green {
text-align: left;
padding: 4px 0;
}
/* kolor rzedow w spisach i tabelach nieparzystych */
.sectiontableentry2 td, .sectiontableentry2-pink, .sectiontableentry2-green {
text-align: left;
padding: 4px 0;
background: #f8f4f7;
So what can i do now?
|