Hi, Can you help me with the CSS for showing links in Content Views?
For example, on the home page, in the post about Museum Food, there’s a text link on “special exhibit on food” that does not show in a different font color so it’s invisible as a link. I tried to add this CSS, but it didn’t work:
/* Link font color in content views posts. */
pt-cv-content, .pt-cv-content
:not(.pt-cv-readmore):not(style):not(script) {
color: ##9F161D !important;
}
Can you tell me what I’m doing wrong?
site: https://www.food280.com
X version: 6.5.6
wordpress version: 5.2.3