Hi everyone!
I have a website running on OMEKA-S, and I’m using the Freedom theme. I have a small issue with hyperlinks. Let me explain.
For design reasons, I chose white as the color for my menu titles. However, I realized that modifying the CSS like this:
a:visited {
color: white;
}
a {
color: white;
}
also makes the hyperlinks in my item metadata white. But visually, this doesn’t match well with my theme’s background.
I’d like to know if you have any tips to bypass and fix this issue because I want the menu in white and the hyperlinks in black.
Here is the website in question: Signe lapidaire au niveau du pont coudé · Graffithèque · Graffiti. Otherwise, here are some screenshots:
Thanks!