Site logo

[Support request] Background and text color change on hover

Home Forums Support [Support request] Background and text color change on hover

Home Forums Support Background and text color change on hover

  • This topic has 17 replies, 4 voices, and was last updated 3 years ago by David.
Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #2568526
    David
    Staff
    Customer Support

    Hi there,

    This is the CSS you can add to change the hover color

    .single-post .entry-content a:hover{
        color: #fff !important;
        z-index: 1000;
    }

    But you cannot hover on a touch device such as a mobile phone, so its really not worth adding, and it can lead to a link requiring a double tap on some devices

    #2569551
    Anjali Chawla

    Hi

    I understand your point, however, I wanted the same effect across all devices.

    Thank you so much!

    #2569697
    David
    Staff
    Customer Support

    You’re welcome

Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.