[Support request] Subtle delay between the post title color and underline upon hover

Home Forums Support [Support request] Subtle delay between the post title color and underline upon hover

Home Forums Support Subtle delay between the post title color and underline upon hover

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1532597
    Muhammad Jawad

    Hi. I am using GP sider theme for my blog at http://www.startbyzero.com

    I have added below code in Additional CSS to make the post title on homepage (archived view) underlined upon mouse hover. But if you notice closely, the post title first get underlines and then in a millisecond changes color to dark red. I want this to happen together without any lag, means the color change and underline should happen at same moment.

    .entry-title a:hover {
    	text-decoration: underline;
    }
    #1532709
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .entry-title a {
        transition: none;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.