Okay
  Public Ticket #2481747
Post Title Hover
Closed

Comments

  • PlafAgency started the conversation

    Hi team,

    Just wanted to check with you if there is any way to change the hover effect on the post title (Posts module). Currently, it's underlined but can't find the option to change the effect

  •  933
    Neuron replied

    Hi,

    To remove that underline hover effect can you please add the following code to Appearance > Customize > Additional CSS, because that underline at the hover is coming from the theme style.

    .o-blog-post__title:hover {
        text-decoration: none;
    }
    

    Feel free to ask for anything you need.

    Kind Regards


  • PlafAgency replied

    Hey! Sorry to re-open this. For some reason, the change is not impacting. Any other reason why this may be happening?

  •  933
    Neuron replied

    Hi,

    Can you please send me a link to see what's going on.

    Feel free to ask for anything you need.

    Kind Regards


  •   PlafAgency replied privately
  •  933
    Neuron replied

    Hi,

    Please add the following code to Appearance > Customize > Additional CSS.

    h3.o-blog-post__title a:hover {
        box-shadow: none !important;
    }

    Feel free to ask for anything you need.

    Kind Regards