Delete twitter and rss buttons destyle theme

Permalink Browser Info Environment
Great theme but I like the buttons on top o the page te be deleted.
Can anyone tell me how?

Tnx

Type: Discussion
Status: New
hanco5
View Replies:
Mnkras replied on at Permalink Reply
Mnkras
currently you have to open /packages/theme_destyle/themes/destyle/elements/header.php
hanco5 replied on at Permalink Reply
hanco5
Thanks I'll try to change the php file.
Did not know where to find it.
Let you know if it worked..
hanco5 replied on at Permalink Reply
hanco5
That...was easy!! thanks again.

I noticed also a vertical line on 2/3 of the page in the full pages..can I do something about it?
see:http://www.eyewannahave.com/concrete/index.php/gifts/kado/...
SaudaNamir replied on at Permalink Reply
SaudaNamir
If anyone knows how to get rid of that 2/3 to the right vertical line, I'd sure like to know!
matthewhawker replied on at Permalink Reply
matthewhawker
I've just installed this theme. To get rid of the top RSS and twitter buttons I modded header.php:

FIND:
<div id="main">
   <div id="header-top-wrap"> 
       <div class="ts-menu-top">
      <div id="header-top">      
          <div id="social">           
             <a href="#" id="social-twitter">Follow me</a> 
             <a href="#" id="social-rss">Subscribe RSS</a> 
          </div> 
      </div> 
   </div>
   </div> 
   <div id="header" class="clearfix">

REPLACE WITH:
<div id="main">
   <div id="header" class="clearfix">

This will remove the top centimetre or so of the header as well as the buttons. If you want to leave the space then you'll need to edit the css sheet. Look for header-top-wrap, ts-menu-top and header-top entries.

You will need to edit the bg-body.jpg file in the themes img directory to remove the black space at the top. There is another file called bg-main.png which adds the white faded image behind where the logo should be. Either edit this file or remove it from the css.

Also there is the annoying vertical grey line in the block about 2/3 of the page across. This is actually hardcoded into the css to be a x:600 To fix this:

FIND:
#content {
   margin: 0 40px;
   background: transparent url(img/bg-content.gif) repeat-y 600px 0px;
   z-index: 3;
}

REPLACE WITH:
#content {
   margin: 0 40px;
   z-index: 3;
}

concrete5 Environment Information

Browser User-Agent String

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You have not specified a license for this support ticket. You must have a valid license assigned to a support ticket to request a refund.