• I’m having trouble finding the css file to darken the color of the fonts in the boxes under headlines.(the color is light gray) at crwenews.com any help would be appreciated

Viewing 2 replies - 1 through 2 (of 2 total)
  • <!--
    .style1 {
    	color: #CCCCCC;
    	font-size: 12px;
    }
    a:link {
    	color: #919191;
    }
    a:visited {
    	color: #919191;
    }
    a:hover {
    	color: #FF6600;
    }
    a:active {
    	color: #666666;
    }
    .style3 {color: #CC0000}
    .style6 {color: #3399FF}
    .style7 {font-size: 14px}
    -->

    its inside one of the theme files. If you have one, look inside header.php

    If you dont, just look for that bit of CSS in all the other files.

    Thread Starter cobywan

    (@cobywan)

    Thank you Whooami.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘can’t find file to darken font color’ is closed to new replies.