Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #19277
    metroponds
    Participant

    I would like to add more social icons to the list – like HOUZZ. I prefer to add new, but would be OK with using the custom CSS feature to replace something like Instagram with Houzz. Is this possible? Houzz is very important to my customer.

    Here is my site – http://pondsmd.com/wordpress. As you can see, I added a Houzz icon using a custom widget in the top bar, but that takes up too much space on the page.

    #19289
    Sakin
    Keymaster

    @Michael: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box and your custom image will align with the social icons.

    #sidebar-header-right .widget_sp_image {
        clear: none;
        display: inline;
        float: left;
        margin-right: 10px;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Adding more Social Icons’ is closed to new replies.