Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jp135

    (@jp135)

    anyone???

    find these towards the end of your stylesheet;

    .layer-blk .list li a {
    	background: url(images/bullet-dark.gif) no-repeat left 3px;
    	margin: 0px;
    	padding-top: 1px;
    	padding-bottom: 1px;
    	padding-left: 11px;
    	color: #f8f8f8;
    	text-decoration: none;
    }
    .layer-blk .list li a:hover {
    	background: url(images/bullet-dark.gif) no-repeat left 3px;
    	margin: 0px;
    	padding-top: 1px;
    	padding-bottom: 1px;
    	padding-left: 11px;
    	color: #FFFFFF;
    	text-decoration: underline;
    }

    change color: #f8f8f8; and color: #FFFFFF; to whatever color you want. color: #000000; for black and color: #660000; for the dark red, will match your other sidebar links

    Thread Starter jp135

    (@jp135)

    thank you so much

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Help with colour tags’ is closed to new replies.