• Resolved rodwattrod

    (@rodwattrod)


    Hi,

    Sorry, I am new to Word press so am sorry if the is obvious.

    I would like to change the colour of the […] link on my webpage.

    https://wattknowledge.com/blog/

    at the minute its showing up in red, i would like to change this to blue. Ideally, I would like to be able to change the hover colour as well.

    Thanks in advance,
    Rod

Viewing 5 replies - 1 through 5 (of 5 total)
  • use this css to change […] color

    .entry-content p a {
        color: black;
    }

    for hover

    .entry-content p a:hover {
        color: black;
    }
    Thread Starter rodwattrod

    (@rodwattrod)

    Hi Bubai,

    Perfect! Thank you very much. That worked great.

    Sorry, I forgot to ask in my initial question. Still on my blog page, the date of each blog also turns red when I hover over it, do you know how I can change its colour?

    Thanks, Rod

    Thread Starter rodwattrod

    (@rodwattrod)

    And sorry, I would also like to change the “Leave a comment” hover colour and the return link text (at the end of each blog) colour. I guess it will be similar code.

    Thanks,
    Rod

    Thread Starter rodwattrod

    (@rodwattrod)

    Ok, I have worked this out. As I said, I am new to this but based on Babai’s answer I was able to work it out using the inspect button on Chrome

    Thank you for jumping in to help @bubai

    Rod, please go ahead and mark this thread as resolved. Also, feel free to ping us with any further questions you might have ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Read More […] Colour change’ is closed to new replies.