Site logo

Archived topic

How Do I Change the Link Color on Archive/Category Page

11 replies · Started by RJ on August 14, 2019

Viewing posts 1–12 of 12

Hi there,

do you want it to have the list style with the bullet point before it?

Yes that would be great David. Thanks.

Try this CSS:

.blog .entry-title, .archive .entry-title {
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
}

.blog .entry-title a, .archive .entry-title a,
.blog .entry-title a:visited, .archive .entry-title a:visited {
    color: #d43c67;
}

I updated the CSS above - should fix that.

Nope, that didn't work. Still the same.

What's code if we don't use bullets?

Oh dear - having one of those days lol - edited again so it will only apply to blog and archives. The first block of CSS is what adds the bullet point.

Rockstars are allowed "one of those days" 😀

Cheers... that worked. Hurrah!

Bye for now, and thanks again.

haha - i think its just my age :)

Glad to be of help.

Join the club mate!

I feel like a founding member lol

This archived topic is closed to new replies.