How to change the hover title of the social media icons

Hi,

Is it possible to change the hover title of the social media icons at the end of everyone of my posts published on my blog :

https://mazonegourmet.com/recettes-conseils/

Right now it says : “Share on Facebook”, “Share on…” etc. I just want the hover title to say the name of the social media. Since my website is in french, I rather not display “Share on”.

Also, on the blog page :

https://mazonegourmet.com/recettes-conseils/

the name of the category of the posts is displayed at the end of the main page… Is there a way to get rid of it

Thank you support team.

Hi @ProductionMD1986,

Thanks for writing to us.

To change the title of social icons on hover it would require custom development. I would recommend you to consult a developer who can assist you with your concern. Please note that we do not provide support for custom development. It is out of the support scope.

Add this code in the theme option’s CSS to hide the post tags from the blog page.

footer.entry-footer.cf {
 display: none;
} 

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.

Hope it helps you.
Thanks

Hi,

And how about just getting rid of the hover title?

Thanks.

Hello @ProductionMD1986,

To get rid of the social icon hover title, it would require custom development. I would recommend you to consult a developer who can assist you with your concern or you can avail of our service called One, where the customization questions are answered.

Thanks for understanding

No problem.

Thank you for the other code.

Hi @ProductionMD1986,

You’re welcome and it’s our pleasure to help you. If you have any other concerns, feel free to reach us.

Thank you.

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