Results 1 to 5 of 5
  1. #1
    Join Date
    Mar 2009
    Posts
    85
    Plugin Contributions
    0

    Default How do I remove this?

    I succeeded in getting my logo aligned, but my business name is also appearing "over" the links on my index page (http://www.vintageknits.com/index.php) How do I remove that redundant line?

  2. #2
    Join Date
    Jan 2009
    Location
    Ireland
    Posts
    431
    Plugin Contributions
    0

    Default Re: How do I remove this?

    In your css:

    #tagline {
    color:#000000;
    font-size: 2em;
    text-align : center;
    vertical-align: middle;
    display: none;

    add the bit in red

    also I would change:
    #mainWrapper {
    background-color: #ffffff;
    text-align: left;
    width: 950px;
    vertical-align: top;
    border: 1px solid #9a9a9a;

  3. #3
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,267
    Plugin Contributions
    3

    Default Re: How do I remove this?

    You need to edit the following file:

    includes/languages/endlish/header.php

    PHP Code:
      define('HEADER_SALES_TEXT''Vintage Knits'); 
    to

    PHP Code:
      define('HEADER_SALES_TEXT'''); 
    Strictly speaking, you should also save this in a CUSTOM template... I see you are tinkering with CLASSIC template, which is not really a good idea...

    ADDITIONALLY, you should give the site a bit more WIDTH.

    In stylesheet.css , find:

    /*wrappers - page or section containers*/
    #mainWrapper {
    background-color: #ffffff;
    text-align: left;
    width: 750px;
    vertical-align: top;
    border: 1px solid #9a9a9a;
    }


    ... and change the 750 to 950
    20 years a Zencart User

  4. #4
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,267
    Plugin Contributions
    3

    Default Re: How do I remove this?

    Ha Ha... posting at the same time. We agree on PART of the answer... Yes... you can use DISPLAY NONE as well...
    20 years a Zencart User

  5. #5
    Join Date
    Mar 2009
    Posts
    85
    Plugin Contributions
    0

    Default Re: How do I remove this?

    thanks! Did both things you suggested and appreciate the help.

 

 

Similar Threads

  1. How do I remove this...?
    By russ_94 in forum General Questions
    Replies: 8
    Last Post: 9 Aug 2010, 01:48 PM
  2. How do I remove this?
    By KTNaturals in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 21 Dec 2006, 11:16 PM
  3. how to remove this?
    By ramkharel in forum Basic Configuration
    Replies: 8
    Last Post: 27 Oct 2006, 10:12 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