change hover background for a single blog post for Activello theme

Hello,

I want to change the background color of hover of a single blog page.
You might can check this page to see what i mean: Page couldn't be found. I just want a transparant background when you hover the links in my blogpost.

Thanks!

Hi @hallozoetje,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

body.single-post #page a:hover {
    background: transparent;
    color: #a6d5c3;
}

Best Regards,
Movin