Home Forums WoodMart support forum Creating footer with custom social buttons.

Creating footer with custom social buttons.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #203622

    adario
    Participant

    Hello.
    I’m trying to add customized social buttons to footer (via Appearance => Widgets , “footer column 1”), but there is no settings for them – they appears in footer area but in default style. How can i do it?
    In WP bakery page builder i can change appearance of “Social buttons” widget on page, but i want to move them to the footer with made customization.

    Main goal is to move several blocks from main page to footer in order to “make it right” and not duplicate them on every page.

    #203664

    Hello,

    Thank you very much for choosing our theme and for contacting us.

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

    .icons-design-simple .woodmart-social-icon {
        background-color: #F2F2F2;
        color: rgba(0,0,0,.4)!important;
    }
    .icons-design-simple .woodmart-social-icon:hover {
        background-color: #F2F2F2;
        color: rgba(0,0,0,.4)!important;
    }

    Change the styles as per your needs or suggest what else you would like to change.

    Best Regards

    #203705

    adario
    Participant

    Thank you

    #203740

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Tagged: 

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