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

Home Forums Support [Resolved] How Do I Change the Link Color on Archive/Category Page

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

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #983814
    Robin

    Hey there – I’m trying to change the color of the hyperlink H2 color on my archive/category pages. But can’t figure out how to do this.

    I want this:
    https://www.eatweeds.co.uk/category/plants
    https://www.eatweeds.co.uk/blog

    To look like this:
    https://www.eatweeds.co.uk/plants

    TIA, Robin

    #983823
    David
    Staff
    Customer Support

    Hi there,

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

    #983844
    Robin

    Yes that would be great David. Thanks.

    #983858
    David
    Staff
    Customer Support

    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;
    }
    
    #983870
    Robin

    Thanks, but it puts a bullet next to my blog title (H1), see:
    https://www.eatweeds.co.uk/alexanders-smyrnium-olusatrum

    and the title of my Home Page, see:
    https://www.eatweeds.co.uk/

    #983871
    David
    Staff
    Customer Support

    I updated the CSS above – should fix that.

    #983873
    Robin

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

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

    #983875
    David
    Staff
    Customer Support

    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.

    #983884
    Robin

    Rockstars are allowed “one of those days” ๐Ÿ˜€

    Cheers… that worked. Hurrah!

    Bye for now, and thanks again.

    #983896
    David
    Staff
    Customer Support

    haha – i think its just my age ๐Ÿ™‚

    Glad to be of help.

    #983898
    Robin

    Join the club mate!

    #983900
    David
    Staff
    Customer Support

    I feel like a founding member lol

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.