Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Feb 2007
    Location
    Prague
    Posts
    53
    Plugin Contributions
    0

    Default Remove the line under the logo picture

    I would like to ask you for your help. I need to remove the blue line under my logo picture to have the EZ-pages line next to the logo. You can see it here: www.rctomik.eu
    Is there any posibility, how to make it ?

  2. #2

    Default Re: Remove the line under the logo picture

    Look in your stylesheet for
    Code:
    #logoWrapper{
        background-image: url(../images/header_bg.jpg);
        background-repeat: repeat-x;
        background-color: #000066;
        height:144px;
        }
    and change the
    Code:
    height:144px;
    to a smaller size (maybe 140px)
    http://www.customscripts.co.za - Custom development for open-source applications

    http://www.pcservice.co.za - Website Development, Domain Registration, Hosting

  3. #3
    Join Date
    Feb 2007
    Location
    Prague
    Posts
    53
    Plugin Contributions
    0

    Default Re: Remove the line under the logo picture

    Thanks for your answerbut I am afraid it does not work. If I set up e.g. 140px it seems nothing happen. If I set up less than 140px e.g. 130px it crops the logo picture from the bottom side and the line is still there.
    If I set up more than 144px the line gap goes wider.

  4. #4
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Remove the line under the logo picture

    In includes/templates/YOUR_TEMPLATE/common

    open the file tpl_header.php and find the following code:
    Code:
    <!--bof-branding display-->
    <div id="logoWrapper">
        <div id="taglineWrapper">
        </div>
    
    </div>
    <br class="clearBoth" />
    <!--eof-branding display-->
    Comment out/delete the highlighted portion

    Save the file and upload to your server.

  5. #5
    Join Date
    Feb 2007
    Location
    Prague
    Posts
    53
    Plugin Contributions
    0

    Default Re: Remove the line under the logo picture

    Yes, it works that is what I need. Thank you very much :-)

 

 

Similar Threads

  1. How to remove Categories Links under the Logo?
    By kb9k in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 1 Oct 2010, 09:39 PM
  2. Remove the category picture from the top of the product info page.
    By alterego55 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 1 Oct 2010, 06:56 PM
  3. Remove place under the logo
    By frazeks in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 3 Jun 2009, 10:24 PM
  4. How to remove the whit line and orange line on top of the header image?
    By libralion in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 20 Mar 2009, 01:22 PM
  5. How to add the URL line logo/picture?
    By Flower in forum General Questions
    Replies: 3
    Last Post: 2 Jan 2009, 08:46 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg