Home Forums WoodMart support forum Соц сети

Соц сети

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #324983

    miskam877
    Participant

    Добрый день! Может это и просто , но я совершенно не пойму как добавлять (поменять) иконки социальных сетей. Все ссылки на соц сети в настройках темы я поменял на свои, но значки соц сетей остались ваши. Как исправить?

    #325035

    Hello,

    The icons can be changed with CSS only. Please provide the page URL and image URL of the icon so that I could give you the custom CSS.

    Best Regards

    #325051

    miskam877
    Participant

    Ссылка на изображение: https://vrn-potolki.com/wp-content/uploads/2021/10/facebook.png
    Ссылка на сайт:https://vrn-potolki.com/
    И где я могу вставить новый CSS
    Это так стало при обновлении темы? До этого я уже работал с вашим шаблоном и мне кажется иконки менялись при введении ссылки на соцсети в настройках темы.

    #325125

    Hello,

    I am a bit confused. Let’s clarify.

    You can detect which icons to show and which icons to hide in the Theme Settings > Social profiles. If you want icons to follow the page, you configure the icons in the “Links to the social profiles”, if you want to configure the share icons you configure them in “Share icons”. Nothing has changed it worked in the same way in other versions.

    If you want to make round icons on black background, we can do that with CSS. One more point, as I understand you want to change the product page.

    Please try this CSS if you want all them on black background and white color:

    body .icons-size-small .wd-social-icon {
    	  border-radius:50%;
    	  margin-right:5px!important;
    	  display:inline-block;
    	  min-width:30px;
    	  max-width:30px;
    	  min-height:30px;
    	  padding-top:7px;
    }
    body .icons-size-small .wd-social-icon, .icons-size- .wd-social-icon span:before{
    	  color:white!important;
    	  background-color:black;
    }

    Please let us know if you have any difficulties.

    Best Regards

    #325511

    miskam877
    Participant

    Спасибо за поддержку! Я Вас попросту побеспокоил. Я просто добавил ссылки, а значки соцсетей на сайте не появились. Просто в настройках я не обратил внимание на раздел кнопки шаринга где как раз и включаются значки. Только вот почему то не нашел в кнопках шаринга значка ютуб!?

    #325554

    Hello,

    You can share youtube videos in Facebook, for example, however, you cannot share something on Youtube it does not provide the option. That is why Share icons present the social networks that assume sharing possibility.

    If you have any questions please feel free to contact us.

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)