• Hi,

    I was wanting to know where to change the code to add the following link for a social media icon.

    <a href="http://www.houzz.com.au/pro/camphillcarpentry/camp-hill-carpentry"><img src="http://st.hzcdn.com/static_en-AU/badge36_36_gs@2x.png" alt="Jason Mikeleit Builder from Camp Hill Carpentry in Brisbane, QLD, AU on Houzz" width="36" height="36" border="0" /></a>

    I can see the class code above when inspecting the element in the browser, and I can find the php in Maskitto Light: template-tags.php (inc/template-tags.php), but I’m not 100% sure which file I need to edit.

    My site is http://www.camphillcarpentry.com.au.

    Thank-you, Nadzie

Viewing 3 replies - 1 through 3 (of 3 total)
  • Editing WordPress files is not good and you may get into some big problem. So, recommended way is to create a child theme and using functions include it. Or you can use any plugin which let you do that.

    Thread Starter Nadzie

    (@nadzie)

    Sorry, I should have been more specific, I have created a child theme for Maskitto Light. So I’m just not sure how to achieve this when Maskitto only caters for certain social links and no custom areas to add my own in. This would really be useful for the site and I’m struggling to find the exact location to add it in.

    You should search for this div.

    <div class="col-md-5 col-sm-5 text-right soc-icons">
    
    <a href="https://plus.google.com/114141424249250087936/" target="_blank"><i class="fa fa-google-plus"></i></a>
    
    </div>

    And replace the link init with your link. If you find it then just make a backup and try to replace it and check the result.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Custom Social Icon and Link’ is closed to new replies.