Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #739109

    Hi,

    I need to insert my social icons which are in my menu and footer onto my contact page under the contact information. How do I do this? Also because the icons are white now how do I change the icon color for this instance only.

    #740300

    Hey mcraig77,

    Please add the code in private content field into text block element on text tab and then add following code to Quick CSS

    .avia_textblock .social_bookmarks li {
        clear: none!important;
    }
    .avia_textblock .social_bookmarks li a { 
    color: orange; 
    }

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.