• Resolved sabanther

    (@sabanther)


    I have the cleanwide theme and i am trying to remove the facebook, twitter… widgets from the sidebar. They are written into the theme. i am a newbie and am not sure where to find them to get rid of them. I found the code for the images and went through the PHP files and removed all the coding pertaining to the pics and they are still there. Does anyone know the coding I should be looking for? I am done with my site except this and have spent days looking for it.

    Thank you for your time…. Sabrina

Viewing 7 replies - 1 through 7 (of 7 total)
  • can you post url so we can see what you have

    Thread Starter sabanther

    (@sabanther)

    Thread Starter sabanther

    (@sabanther)

    you have to click on one of the tabs like Concept to see it.

    The social links (buttons for fb, twitter & flickr etc?
    The quickest way is to go to your styles.css, look for .social-links { and underneath add display:none;

    Thread Starter sabanther

    (@sabanther)

    This is what it looks like; where do I put the none?

    /*- Social Links -*/
    .social-box { padding:24px 0; height:60px; background:url(images/shadow.png) no-repeat center top;}
    .social-slogan { padding:0; float:left; width:auto; font-size:20px; line-height:1.8em; color:#929292;}
    .social-links { padding:6px 0 0; float:right; width:auto;}
    .social-links img { margin:0 0 0 3px; border:none;}
    .social-star { margin:0 16px 0 0; padding:6px 0; float:left; border:none;}
    .social-button { margin:0; padding:0; float:right;}
    .social-button a { display:block; margin:0; padding:6px 0 0; width:163px; height:32px; text-align:center; font-size:24px; font-weight:normal; line-height:1em; color:#fff; text-align:center; background:url(images/learnmore.png) no-repeat left top;}
    /* post-commets */

    This one (6th line down on the list you posted):
    .social-links { padding:6px 0 0; float:right; width:auto;}
    Change to:
    .social-links { display:none; padding:6px 0 0; float:right; width:auto;}

    If you one day require it, simply remove the display:none;

    Thread Starter sabanther

    (@sabanther)

    YOU ARE MY HERO!!!! THANKS SO MUCH!!!! YOU DON’T KNOW HOW MUCH TIME I HAVE WAISTED ON THIS. THANK YOU SO MUCH!!!!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘remove widgets from sidebar’ is closed to new replies.