how can I remove this??

by fredo
4 replies
  • WEB DESIGN
  • |
Hi! I'm using this theme for my blog, Rockwell by Site5.com

How can I remove the "site 5 experts in reseller hosting" placed above??


Thanks in advance!
#remove
  • Profile picture of the author MightyWarrior
    get a refund
    {{ DiscussionBoard.errors[2572856].message }}
    • Profile picture of the author Tina Golden
      If it was a free theme, you may not have the right to remove it. If it was paid for then contact the person you bought it from.

      Tina
      Signature
      Discover how to have fabulous, engaging content with
      Fast & Easy Content Creation
      ***Especially if you don't have enough time, money, or just plain HATE writing***
      {{ DiscussionBoard.errors[2572976].message }}
  • Profile picture of the author cmaclean
    Open up the theme's style.css file. Search for this line: #site5top

    Add in a new display property, like so:

    #site5top {
    display:none;
    position:absolute;
    right:0;
    top:9px;
    }

    For the one in the sidebar:

    a#site5_sidebar {
    background:url("images/site5_sidebar.jpg") no-repeat scroll 0 0 transparent;
    display:none;
    height:68px;
    text-indent:-9999px;
    width:240px;


    }



    That will hide the Site5.com logos
    {{ DiscussionBoard.errors[2573213].message }}
  • Profile picture of the author mojojuju
    Originally Posted by fredo View Post


    How can I remove the "site 5 experts in reseller hosting" placed above??


    Thanks in advance!

    First make a backup of the theme directory (or accept that you'll have to download the theme again if you screw this up).

    Next open up the header.php file of the theme and remove or comment out line 82 which reads:


    HTML Code:
    <div id="site5top"><a href="http://gk.site5.com/t/201">Site5 | Experts In Reseller Hosting.</a></div>
    That will take care of the link in the header.

    Now to get rid of the link in the sidebar, open up the template file named sidebar.php, then remove or comment out line 34 which reads:


    HTML Code:
    <a href="http://gk.site5.com/t/202" id="site5_sidebar">Site5 | Experts In Reseller Hosting.</a>
    That's all you need to do.
    Signature

    :)

    {{ DiscussionBoard.errors[2574628].message }}

Trending Topics