• Resolved Alex

    (@expofield)


    Hello, guys!

    I hope you are all well!

    I can’t figure out how to put a hover color as well on this link.

    Some text <a href="https://expofield.com/"; <div style="color:red;">here</a> ...

Viewing 4 replies - 1 through 4 (of 4 total)
  • You’re not doing this right.

    Change to:
    Some text <a class="newlink" href="https://expofield.com/">here is the hyperlink</a>.

    Customizer –> Additional CSS:
    a.newlink { color: #0000FF; }
    a.newlink:hover { color: #FF0000 ; }

    • This reply was modified 2 years, 10 months ago by corrinarusso.
    Thread Starter Alex

    (@expofield)

    Maybe it should look like that, I guess:

    Some text <a href="https://expofield.com/"><span style="color: red;">here </span></a>...

    Don’t laugh at me! ?? I’ve got in touch with html from yesterday. ??

    Thread Starter Alex

    (@expofield)

    Ow, now I see. Thank you, @corrinarusso !

    You are always so helpful!

    Definitely not laughing at you!
    Keep going , keep learning.
    ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘div style hover color on link’ is closed to new replies.