• Resolved johnwm

    (@johnwm)


    Can someone share how to change the colors of the following:

    – Title hover color
    – Entries in the list color
    – Entries in the list hover color

    I am familiar with where to make the changes, I’m just particularly familiar with CSS.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Ashley

    (@nosegraze)

    Year hover colour:

    .expanding-archives-title a:hover {
        color: #000000; /* Your colour here */
    }

    Links within the list (includes month and post title):

    .expanding-archives-section ul a {
        color: #000000; /* Your colour here */
    }

    Hover colour for links within the list (includes month and post title):

    .expanding-archives-section ul a:hover {
        color: #000000; /* Your colour here */
    }
    Thread Starter johnwm

    (@johnwm)

    Thank you so much, that’s perfect!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change the color of the entries’ is closed to new replies.