How to change background / fill color

Hi,

I´ve tried to figure out a couple of things but without success:

  1. I´d like to know if it´s possible to remove or make transparent the purple square that appears when you move the cursor over “related content” plugin by shareaholic.

  2. I´d like to know as well how to change the fill color of the buttons, texts… when cursor is over them.

Thank you!!

Hi @diego,

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

1) I´d like to know if it´s possible to remove or make transparent the purple square that appears when you move the cursor over “related content” plugin by shareaholic.

Could you please share me the page URL from your site where it is displaying so that i can help?

2) I´d like to know as well how to change the fill color of the buttons, texts… when cursor is over them.

You can change it from theme options as shown in the attached screenshot.

Best Regards,
Movin

Hi @Movin,

Thank you for your answer, it´s very helpful!!

Here is the page URL from my site where it is displaying:

http://blog.castillatealoja.com/prueba/

It happens inside every blog post.

Best Regards,
Diego.

Hello,

Please add the following code :

.single .entry-content a.recommendation-article-link:hover {
    background: transparent;
}

Have a nice day,
George.

Hello @George,

It works perfectly, thanks a lot :))

Have a nice week.

You are most welcome here :slight_smile: