• I am IGNORANT in CSS, but I was able to look through some threads that I can do this myself, but so far I was able to change the color of visited link and hover link, but the link that isnt hovered or visited– I want THAT color to be changed. I need help with all three together– PLEASE help!

    Look at the page that I have been working/struggling on, https://acorndeaftheatre.org/medialibrary/stellaluna2013— why that ugly-looking red-orange color for a link? That just boggles my mind! ??

    Thank you! ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • That’s this:

    .entry-content a {
        color: #DC5C3B;
    }

    Add that to your custom CSS and change that color! Hope that puts your mind to rest :).

    Thread Starter ACORNdeaftheatre

    (@acorndeaftheatre)

    Thank you so much! I was able to change it within posts, but what about the pages link ontop next to header? How do I do that?

    I don’t see any orange links in the header – the menu there is grey?

    In any case, it would likely be:

    #top-area .menu > ul > li > a {
        color: #3B3B3B;
        font-weight: 500;
        text-decoration: none;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to change color of link ( inactive, visited, and hover)’ is closed to new replies.