Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • mengler12 Friend
    #1067286

    Hello, I am trying to change the "ico" for my social media at the top of the page. The ones in particular are the "Linked & RSS" changing them to "LinkedIn & Google+" which when changed the ico’s disappear but they’re links and titles work. See code below.

    <div class="social">
    <a title="Facebook" href="https://www.facebook.com/North-West-Consulting-706192569538536" target="_blank" class="ico-social ico-facebooks"><span>Facebook</span></a>
    <a title="Twitter" href="https://twitter.com/norwestconsults"  target="_blank"  class="ico-social ico-twitters"><span>Twitter</span></a>
    <a title="LinkedIn" href="https://www.linkedin.com/in/north-west-consulting-91808214a"  target="_blank"  class="ico-social ico-linkedin"><span>LinkedIn</span></a>
    <a title="Google+" href="https://twitter.com/norwestconsults"  target="_blank"  class="ico-social ico-plus"><span>Google+</span></a>
    </div>
    Pankaj Sharma Moderator
    #1067398

    Hi
    Can you share the URL of page which icon you want to change?
    Regards

    mengler12 Friend
    #1067515

    Hello,

    Here’s the link.

    North West Consulting

    Pankaj Sharma Moderator
    #1067650

    Hi
    The button images are defined via css.
    Open template.css file
    Find

    .social .ico-social.ico-facebooks {
        background-image: url(../templates/ja_zite/images/icons/facebook.png);
    }

    In case you want to add more icons you have to define the icon image in template.css

    like for google plus use this code

    
    .social .ico-social.ico-plus {
        background-image: url(../templates/ja_zite/images/icons/facebook.png);
    }

    change the image path with your icon image path.

    Regards

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

This topic contains 3 replies, has 2 voices, and was last updated by  Pankaj Sharma 6 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum