1s1ah
Forum Replies Created
-
Forum: Themes and Templates
In reply to: move blog downSorry, I’m still pretty new to this.
The site is located here here
Forum: Themes and Templates
In reply to: changing links styleAha!
So now what about linking outside of the site? Those links are still grey when visited.
Forum: Themes and Templates
In reply to: changing links styleI’ve played with it a bit. I guess I just simply want all links to be blue (even after visited), and red when hovered, but I’m not getting that result. Some (like the categories link below the post) hover blue. Then, my visited links are light grey. I’d like to resolve this so I can move onto other aesthetics I’d like to personalize.
Forum: Themes and Templates
In reply to: changing links styleAlight, so I added the simple custom css plugin and decided I wanted the visited links to be the same color as the non visited and have a different hover color. I plugged in the following:
a { color: #04549d; font-weight: 800; text-decoration: none; } a:hover { color: #d41e47; } a:visited { color: #04549d; }but, it doesn’t seem to be working the way I had hoped. Any idea why?
Forum: Themes and Templates
In reply to: changing links styleOkay, thank you. That’s just one of the things I did not know.
I changed the background color in the css, so you’re saying that will change back as well?
Forum: Themes and Templates
In reply to: changing links styleI’ve been going to appearance > editor and locating the style.css on the bottom of right sidebar on my WordPress dashboard
Forum: Themes and Templates
In reply to: changing links styleDoes it matter where in my css I paste it?
Forum: Themes and Templates
In reply to: changing links styleThank you for the reply!
the site is located at zekeseeker.com
I’ve just started, so there’s not much content to speak of. But, to reiterate, I’d like all links to be bold (not underlined) in the same color as the rest of the text. Another color when hovered, and another color after visited.