Home Forums WoodMart support forum How to add a new Social Profile

How to add a new Social Profile

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #226178

    oscaregc
    Participant

    Hello, I would like to add HOUZZ to my social profiles, how to add it?

    #226222

    Hello,

    Our theme does not have this network. You can try to add a button and link the page to the button. https://xtemos.com/docs/woodmart/header-builder/add-edit-builder-elements/

    Best Regards

    #226239

    oscaregc
    Participant

    Can i use in a network that i do not use, lets say pinterest, and change icon?

    #226240

    oscaregc
    Participant

    How to change icon of pinterest?

    #226352

    Hello,

    Please choose the icon from this source https://fontawesome.com/ I will provide custom CSS. You can do such a trick only for the following (not sharing) networks.

    Best Regards

    #226525

    oscaregc
    Participant

    will be HOUZZ icon
    <i class=”fab fa-houzz”></i>

    #226526

    oscaregc
    Participant

    f27c

    #226599

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    
    body .fa-pinterest:before {
        content: "\f27c";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
    }

    Enable “Always use” in the Theme Settings > Perhormance > CSS.

    Best Regards

    #228823

    oscaregc
    Participant

    i can see only a square in the icon

    #228853

    Hello,

    Please provide your site admin access to the private area.

    Best Regards

    #235124

    oscaregc
    Participant

    Sure

    #235161

    Hello,

    Please save the Theme Setting, and clear your cache.

    Please set your site URL correctly HTTPS in the Dashboard > Settings > General https://prnt.sc/v45but

    Please update your theme https://xtemos.com/docs/woodmart/update-theme-2/

    Best Regards

    #235189

    oscaregc
    Participant

    i have done all, but still see the Tumble logo and not the HOUZZ

    #235291

    Hello,

    You would better use the WP bakery page builder icons with links. As this code cannot be applied to the icons in the footer due to their HTML structure:

    Crate HTML block and add the row and 8 columns, insert the Icon element in each column, set the color and link. Then insert this HTML block ID shortcode into the Footer column in Appearance > Widgets.

    Best Regards

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