How to change the hover colour of social icon?

I want to change this over colour to its actual, which is [#0088CC]

Thanks.

Ref URL: learnmechanical[.]com

Hello Saswata,

Thanks for writing to us.

It seems that you have used a child theme to add Telegram Icon in the footer social section. There is no option such option at the moment.
You need to learn CSS and learn how to use the browser’s element inspector to change the hover colour of the Telegram Icon.


https://www.w3schools.com/css/

If you want to customize footer with no coding you can go for our PRO theme https://theme.co/pro

Please note that we do not provide support to the child theme. It is out of the support scope.

Thanks

I just want to know the CSS class for this, I am unable to find it.

Hi Saswata,

You can use this CSS .x-social-global a:last-child:hover selector to change the hover colour of Telegram icon.

Custom CSS Code

.x-social-global a:last-child:hover{
background-color:#0088CC;
}

The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.

Thanks

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.