• Resolved Gayatri

    (@the-muffin-top)


    [ Moderator note: moved to How-to and Troubleshooting. ]

    I’ve been trying to change the colour of linked text within my blog posts but for some reason it isn’t working even though I’m editing the right part of the CSS as far as I know.

    color: #d25c6a;
    text-decoration: underline;

    When I change ‘underline’ to ‘none’, that change shows on the blog, but no matter what hex code I add to the colour, it remains black and therefore the linked text doesn’t look any different from the rest of the text, since now there’s no underline.

    What is going on here?

    I blog at https://www.thedessertedgirl.com and use the Foodie Pro theme

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, @gayatri. What you want to change here is the hex value in this rule:

    .entry-content a {
        color: #010101;
    }
    Thread Starter Gayatri

    (@the-muffin-top)

    Thanks so much! Another support forum led me to a different area of code to change, no wonder it was proving impossible. All done ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Unable to change linked text colour’ is closed to new replies.