• Resolved Tomjen2008

    (@tomjen2008)


    I am new to website design and I have just started a website call https://www.thepregnancycafe.com My question is, the template on the top right hand corner comes with social media icons. I can’t seem to find where to edit these icons with my information. The template is pregnancy pleasures and I can’t find any information on this. Any help someone could give me would be greatly appreciated.

    Jenny

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    It is a feature built in to the theme. You can remove it several ways.
    1 – add the following to the style.css file (Appearence > Editor)

    .addthis_toolbox {
        display: none;
    }

    2 – Delete the chunk of code in 3 from the header.php file (Appearence > Editor)

    3 – The more technical way, but also the way that is considered best practice would be to create a child theme with a new header.php file without the following chunk of code

    <div style="position: absolute; width:190px; height: 100px; z-index: 2; right:0px;top:37px" id="sli">
    <!-- AddThis Button BEGIN -->
    <div class="addthis_toolbox addthis_default_style addthis_32x32_style">
    <a class="addthis_button_preferred_1"></a>
    <a class="addthis_button_preferred_2"></a>
    <a class="addthis_button_preferred_3"></a>
    <a class="addthis_button_preferred_4"></a>
    <a class="addthis_button_compact"></a>
    </div>
    <script type="text/javascript" src="https://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4da05c7851ede960"></script>
    <!-- AddThis Button END --></div>
    </div>
    Thread Starter Tomjen2008

    (@tomjen2008)

    That Worked perfectly…. Thank you so much for your quick help… I think you just saved my sanity!!!!!

    Thread Starter Tomjen2008

    (@tomjen2008)

    This Problem has been resolved. Thank you Brad

    You’re welcome! =)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to delete Social Media Icons off of Template’ is closed to new replies.