Home Forums WoodMart support forum How to change/add a social profile Reply To: How to change/add a social profile

#107764

Hello,

Add this code to the Theme Settings > Custom CSS > Global:

body .social-flickr i{
        color:transparent;
        background-color:#2d7681;
        background-image:url(https://www.wellzen.com/wp-content/uploads/2019/02/Cylex.png);
	background-size:80% 80%;
	background-repeat:no-repeat;
	background-position:center center;
}

You can rewrite “Flikr” via PO file in WordPress. Here is a video tutorial that should help you with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3

We suggest you to keep translated files in wp-content/languages/themes/woodmart-pt_PT.po folder.

Best Regards