+ Reply to Thread
Results 1 to 3 of 3

Thread: social icon removal

  1. #1
    Junior Member
    Join Date
    Mar 2014
    Posts
    2

    social icon removal

    hello,

    How can this be turned off?
    hiba.png

  2. #2
    Junior Member
    Join Date
    Mar 2014
    Posts
    2
    Solved

    theme/tpl/controllers/listing_details.tpl
    delete code

    <li>
    <!-- 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>
    <a class="addthis_counter addthis_bubble_style"></a>
    </div>
    <script type="text/javascript" src="//This"></script>
    <!-- AddThis Button END -->
    </li>

  3. #3
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    another way > go to your style css at around line 3303 and find the code below and add display:none to the bottom

    div.listing-details section.statistics ul.controls {
    float: right;
    width: 70%;
    display: none;
    }
    Getting Started or Starting Over with Your Classified Site? then Get Ready Set Fly V 4.7.1 > quietSecrets.net

+ Reply to Thread