-
Flickside
Hi, how can I change the url color in the article body, without changing the Headline color on the home and category pages. Right now, when I try to customise the color, it changes throughout. I have the Journal theme. Please suggest.
-
Hi there,
Try this CSS:
.entry-content a { color: red; }
Adding CSS: https://docs.generatepress.com/article/adding-css/
-
Flickside
Hi, if I have the specific html color code, what will the CSS look like?
-
Just change
red
to the code, like#ffffff
-
Flickside
I tried this. The same thing is happening. All the URL colors change – article body, article headlines on the home page and category pages.
What’s the solution? -
Alvind
Hi there,
Try this one instead:
body:not(.home):not(.archive.category) .entry-content a { color: #008080; }
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.