Home Forums WoodMart support forum change social media icon

change social media icon

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #255734

    doisjon
    Participant

    Hi,
    i would like to know if it possible to change social media icon as i want to use LINE and Wechat icon for social media header.
    If it can how can i change it.

    thanks

    #255789

    Hello,

    Sorry but there is no option available to add line or WeChat in social icons.

    In order to configure other social icons, please navigate to the Theme Settings > Social profiles, you will find all the options and all the icons available

    Screenshot for Clarification: https://prnt.sc/wgk934

    Regards.
    Xtemos Studios.

    #255830

    doisjon
    Participant

    thanks for reply.
    may i ask a few more question

    1.does it have other option like custom css just to change social image icon that i do not use?

    2.how can i change woo-commerce button from your theme color. As i manage to change add-cart button in single product page. But does it have other way to change most of woo-commerce color relate button.

    3.could you provide me a css on how to custom next/prev button on product tab custom carousel to change color and cancel hover effect. (pretty much all prev/next button on my main page)

    best regard

    Attachments:
    You must be logged in to view attached files.
    #255866

    Hello,

    1) Please provide a relevant screenshot of the specific area which icon you want to change using CSS to check it myself and help you out accordingly.

    2) You can find the settings to change the button color under Theme Settings >> Styles & Colors.

    Screenshot for Clarification: https://prnt.sc/wgolts

    3) And for the carousels try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    body .owl-carousel .owl-nav>div {
        opacity: 1;
        visibility: visible;
    }
    
    .owl-nav>div[class*=prev]:after, .owl-nav>div[class*=next]:after {
        color: red;
    }

    Best Regards.

    #256348

    doisjon
    Participant

    thank for the reply once again and css code that you provide.

    as you mention it cannot be change the whole social profile.
    then i hope to replace an existing soicial media icon from header and footer. Such dribbble change to LINE icon and then i belive i can select follow option to put my line social media link in dribbble link social profile on theme setting.

    best regard

    Attachments:
    You must be logged in to view attached files.
    #256368

    Hello,

    You are Most Welcome.

    You can try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS to change the icon for the dribble.

    .social-dribbble i:before {
        content: "\f166";
    }

    And check if it works for you. Otherwise, it requires customization and this is beyond our limitations and support policy.

    Regards.
    Xtemos Studios.

    #256382

    doisjon
    Participant

    hi,

    Sadly custom code css that you provide its not working.
    i do hope the next update for woodmart theme will provide these social medias (line, wechat etc.). As those social media is one of the most popular in asia and it could attract more poeple to use ur theme in the near future.

    Anyway thanks for the support and i hope next update woordmart theme will add those social media.

    best regard

    #256394

    Hello,

    Thanks for understanding.

    For now and I am forwarding this to our development department for considering to add it in the theme,
    but I am not giving you the guarantee for that because please note that a theme cannot satisfy all requirements as it may occur theme heaviness. Sometimes it may require your own customization. So if the development department finds it fit with the theme environment then surely they will look through it.

    Best Regards.

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