Our support team is on holiday from January 1st to 7th. Responses may be delayed, but we'll be back on January 8th. Happy Holidays!

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

  •  950
    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?

  •  950
    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
  •  950
    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