Quote:
Originally Posted by Micha
Hmmm, ok, try this:
Go to your themes/tpl_4024/css/style.css (that should be correct location I think), and find this id #box_center_holder.
If there isn't one in your style.css, you should try in layout_default.css file.
When you find #box_center_holder ID, add following property to it:
color:#C0BEBE; (that should be the color of text you have on other pages).
|
Thanks Micha
Didn't see the coding in Layout, but I did see it in styles. the only thing the font line already had color:#C0BEBE in it. I cahnged color on the other color codes but it didn't change it in the front end. I am missing somthing see below.
#box_center_holder {padding: 12px 12px 0px; background: #272424; height: 1%; border-left: 5px solid #000; border-right: 5px solid #000;}
#box_center_holder h1 { color: #c0bebe; font-size: 18px; padding-bottom: 4px; margin-bottom: 12px; border-bottom: 3px solid #3f3a3a;}
#box_center_holder div.category_headline { width: 100%; overflow: hidden; margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px dashed #000; color: #c0bebe;}
#box_center_holder div.category_headline h2 a { color: #c0bebe; font-size: 12px; font-weight: bold;}
#box_center_holder div.category_headline h2 a:hover { color: #f60; text-decoration: none;}
#box_center_holder div.category_headline div.image { float: left; margin: 0px 5px 6px 0px; #eeeeee; border: 2px solid #3A3434;}
#box_center_holder div.category_headline div.summary {}
div.article_link {display: inline; padding-left: 4px;}
div.article_link a {color: #FFF; font-weight: bold;}
div.box_body div.image {
float: left;
margin: 2px 5px 2px 0px;
border: 2px solid #3a3434;
}