Can I change the icons of social networks on a mobile theme? https://vesnawoman.ru/
I tried using CSS code, but the changes do not appear in the theme …
Hi,
The social networks for the mobile version come from here -> https://i.imgur.com/5nhDzQY.png, unfortunately the social icons from here can not be change, sorry!
Thank you!
I need black icons of social networks, as on the main version of the site. Why are they colored? It looks bad. Can I change them through code?
https://yadi.sk/i/HYUuGuaaRSfobA
https://yadi.sk/i/MiOQbmYLfTVOOg
Hi,
The social sharing are look different in mobile version, because you are using the mobile theme plugin, if you disable it the layout will be the same with the one from the desktop. Also you can keep the mobile theme plugin and use a custom css like this one -> https://i.imgur.com/M3TST1s.png
.td-social-sharing-button{
color: #000;
background: #fff;
border: 1px solid #e9e9e9;
}
The code need to be set in them panel > mobile theme > custom code > css.
Hope this will help you!
Thank you!