Archived topic
Different color links in same page
32 replies · Started by Kenneth Spence on June 12, 2017
I am still having issues using the code you suggested.
I created a new page and just put this code only. Everything is green. I must be missing something.
Feb 11 - <span class="minutes-style"><a href="http://test.lpwwa.org/wp-content/uploads/LPWWAMinutes17-02-08Approved.pdf">Minutes</a></span> - <span class="agenda-style"><a href="http://test.lpwwa.org/wp-content/uploads/LPWWA_Meeting_Notice_02_08_2017.pdf">Agenda</a></span> - <span class="resolution-style"><a href="http://test.lpwwa.org/wp-content/uploads/Resolution-2017-2.pdf">Resolution 2017-2</a></span> Repayment Agreement CWRPDA
Put this in Customize > additional CSS
.minutes-style a {
color: #339966;
}
.agenda-style a {
color: #0000ff;
}
.resolution-style a {
color: #800080;
}
Hmm the exact HTML and CSS are working for me: http://www.screencast.com/t/Mh9m5bQu
Any caching plugins?
Can you provide a link to the page?
http://test.lpwwa.org/?page_id=1859
No caching plugins.
Looks fine to me: https://s3.postimg.org/qlkkux93n/2017-06-28_0900.png
Try clearing browser cache.
Cleared cache. No change. It shows the same in my real site. Link I gave was a test site.
Tried on one of my other computers and still shows all green.
OK, tried on a 3rd computer that I don't usually use and it showed correctly. So it must have to do with computers that I use to develop on.
Shows fine in Firefox on all computers.
I was using Chrome to check and it was fine.
Likely a caching issue. You can test using Chrome's incognito mode.
I am using Safari where the issue is. I tired a private window with same results in Safari. I could send the resources from Safari for the window if that would help.
I don't have chrome installed but expect it would work fine just as FireFox did.
Hmm this is werid Safari works for me as well: https://s18.postimg.org/73qm82ejt/2017-06-28_0937.png
It has to be specific to these two computers that I actually work on Wordpress.
Looks good to me in Chrome (Windows), Firefox (Windows) and Safari (Mac).
I figured it out. Needed to clear history as well. Now works on both computers after clearing the history and not just cache.
I think I am finding the real problem. If I click on one of the links like Agenda in blue it changes back to green and stays that way even with a refresh.