Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Aug 2008
    Location
    Sydney Australia
    Posts
    829
    Plugin Contributions
    0

    Default Removal of Welcome text top of page

    Hi all,

    Having problems removing the welcome message on the page. Can someone put me in the right direction as I have been looking for days and unable to find it.

    Any help would be appreciated.
    Attached Images Attached Images  
    Outdoorking
    Live Site www.outdoorking.com.au

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,197
    Plugin Contributions
    0

    Default Re: Removal of Welcome text top of page

    Quote Originally Posted by Bruce1952 View Post
    Hi all,

    Having problems removing the welcome message on the page. Can someone put me in the right direction as I have been looking for days and unable to find it.

    Any help would be appreciated.
    Br,
    Did you scour the Faq/tutorials at the top of this page, and search for welcome

    If Not....

    https://www.zen-cart.com/tutorials/i...hp?article=128

  3. #3
    Join Date
    Aug 2008
    Location
    Sydney Australia
    Posts
    829
    Plugin Contributions
    0

    Default Re: Removal of Welcome text top of page

    haredo thanks for your help it worked a treat but I have one other problem which I am hoping that you can help with and that is the date that is in the top bar I would like to be able to centre it.
    Outdoorking
    Live Site www.outdoorking.com.au

  4. #4
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Removal of Welcome text top of page

    There isn't normally a date in the top section of the site and your screenshot is too small to read. Do you have a link to the site?
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  5. #5
    Join Date
    Aug 2008
    Location
    Sydney Australia
    Posts
    829
    Plugin Contributions
    0

    Default Re: Removal of Welcome text top of page

    Outdoorking
    Live Site www.outdoorking.com.au

  6. #6
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Removal of Welcome text top of page

    That's most likely been added to your includes/templates/glacial_age/common/tpl_header.php file. Look for <div class="date">
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  7. #7
    Join Date
    Aug 2008
    Location
    Sydney Australia
    Posts
    829
    Plugin Contributions
    0

    Default Re: Removal of Welcome text top of page

    Ok kuroi found it and this is what it shows:

    </ul>
    <div class="date"><?php echo strftime(DATE_FORMAT_LONG);?></div>

    Do you know what code I need to put in place of the </ul> in order to centre the date. I did try using <centre> in place of the </ul> but no change in location.
    Outdoorking
    Live Site www.outdoorking.com.au

  8. #8
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Removal of Welcome text top of page

    Get rid of all the floats and margins in .date in your stylesheet. That will leave you with:

    .date {
    color: #000;
    font-weight: bold;
    font-size: 1.2em;
    line-height:normal;
    }


    That will center it roughly. Then add margin or padding to put it exactly where you want it.

  9. #9
    Join Date
    Aug 2008
    Location
    Sydney Australia
    Posts
    829
    Plugin Contributions
    0

    Default Re: Removal of Welcome text top of page

    Quote Originally Posted by stevesh View Post
    Get rid of all the floats and margins in .date in your stylesheet. That will leave you with:

    .date {
    color: #000;
    font-weight: bold;
    font-size: 1.2em;
    line-height:normal;
    }


    That will center it roughly. Then add margin or padding to put it exactly where you want it.
    Changed it as you said but it will not move even if I put this in:
    .date {
    margin:50;
    color: #000;
    font-weight: bold;
    font-size: 1.2em;
    line-height:normal;

    No movement at all with the date. This is the old date setup:

    .date {
    margin-right: 50px;
    padding-top:2px;
    padding-right: 5px;
    float: right;
    color: #000;
    font-weight: bold;
    text-align: right;
    font-size: 1.2em;
    line-height:normal;
    }

    Thanks for your help.
    Outdoorking
    Live Site www.outdoorking.com.au

  10. #10
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Removal of Welcome text top of page

    You'll need to specify the units - 50px or some number of em.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Top Navigation Menu Bar Removal?
    By jaguarx in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 26 Oct 2009, 07:25 AM
  2. Mass Removal of Top Products Only.
    By Zeroca in forum General Questions
    Replies: 8
    Last Post: 14 Mar 2009, 05:41 PM
  3. Welcome message removal
    By Derek Bryant in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 17 Jul 2008, 07:26 AM
  4. How do I remove the welcome text on Index page?
    By Robert T in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 30 Aug 2006, 06:20 PM

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