Viewing 3 replies - 1 through 3 (of 3 total)
  • For some god unknown reason, the anchor (link) styles are in a separate stylesheet called schemes.css. Hopefully, it appears in your list of stylesheets for that theme under the Design tab.

    Here is the code that needs to be changed:

    a, .posttitle a:hover, .entry p a:visited {
    	color: #2E8FC6;
    }
    
    a:hover {
    	color: #0F3461;
    }
    
    .datestamp {
    	background: #A3CFEC;
    	border: 1px solid #0F3461;
    }
    
    .datestamp div {
    	background: #1C5B9E url(images/cal_bg.jpg) repeat-x;
    }
    Thread Starter samepagesports

    (@samepagesports)

    Thank you SOOO much. That was driving me crazy.

    Thread Starter samepagesports

    (@samepagesports)

    p.s. – The file schemes.css is in the folder for the individual theme. I changed the file and uploaded it for it to work.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Mandigo theme – changing link color’ is closed to new replies.