Please help on how to remove the social media icons.

3 replies
  • WEB DESIGN
  • |
Greetings Warriors,

We used the cardamon-wp-multipurpose-wordpress-theme from Themeforest to setup this sample site, Chiropractor

We really wish to remove the social media icons on the right corner of the navigation bar but no luck yet.

We contacted the Themeforest support and still waiting for their reply.

In the event, you have tried this theme or know how to remove these social media icons, please help us. This theme is new to us.

Your help will be very much appreciated.

Thanks a lot!

Sincerely,
G.B.
#icons #media #remove #social
  • Profile picture of the author seopress
    In the stylesheet (style.css) find
    Code:
    .soc-ico {
    		  float:right;
    		  margin:12px 14px 0 0;
    		  max-width: 0px;
    		  overflow: hidden;
    		  height: 15px;
    	  }
    and add
    Code:
    display:none;
    OR,

    you can delete or comment out the part of the template file (most likely it will be in header.php) to remove the <ul> that contains soc-ico.

    Remove or comment out everything including and between
    <ul class="soc-ico" ... and the next occurrence of </ul>

    Regards,
    Dave Seldon
    {{ DiscussionBoard.errors[6591039].message }}
    • Profile picture of the author Go4DBest
      Originally Posted by seopress View Post

      In the stylesheet (style.css) find
      Code:
      .soc-ico {
      		  float:right;
      		  margin:12px 14px 0 0;
      		  max-width: 0px;
      		  overflow: hidden;
      		  height: 15px;
      	  }
      and add
      Code:
      display:none;
      OR,

      you can delete or comment out the part of the template file (most likely it will be in header.php) to remove the <ul> that contains soc-ico.

      Remove or comment out everything including and between
      <ul class="soc-ico" ... and the next occurrence of </ul>

      Regards,
      Dave Seldon
      Hi Dave, thanks a lot for taking the time to help me out here.

      Edit: I have now removed it. I can't thank you enough for this.

      More power to you, Sir.
      Signature
      We setup and design wordpress sites using the Divi theme for roughly 200 USD. Let's talk.
      {{ DiscussionBoard.errors[6591130].message }}
  • Profile picture of the author seopress
    Oh, REMEMBER to back up your stylesheet or template files BEFORE making any changes!

    Regards,
    Dave Seldon
    {{ DiscussionBoard.errors[6591047].message }}

Trending Topics