-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Category text colours are black for visited events. #133
Comments
I set a proposed change, Would love to see this merged in. Let me know if there are any other areas that might need to fix and I can make that change. |
Do you have a calendar URL I can see this on? |
@afragen yes, this site is a work in progress. https://wps.bg.bubbleupsandbox.ca/calendar/ Look for Terry Fox |
I see what you mean. Much less than ideal. |
Lol, I did a quick test by modifying my local plugin to confirm that my PR works. I did see some other areas where the visited link might be affected in the same way but I did not encounter those yet since my theme is custom. |
I just want to check an make sure something similar isn't needed elsewhere, but will merge now. |
#133 adds visited CSS to category link colour
Thanks! |
Hey so this seems to be happening again in the most recent version of the Event Calendar plugin. Looks like event calendar changed their CSS. Example site: https://sydneynorthscouts.com/events/ This looks like the guilty css: |
Has there been a fix for this? Still seeing this behaviour. Is there css to override it happening? Want to keep white text on dark backgrounds, even if visited or not. As get black text on dark background after clicked once. |
I have removed all of my themes CSS when confirming this.
If I create a category with white text, the colours show as expected, once I visit the event the link colour changes to black.
There is some CSS
Adding
will fix this.
The text was updated successfully, but these errors were encountered: