Results 1 to 6 of 6
  1. #1
    Join Date
    Nov 2007
    Posts
    24
    Plugin Contributions
    0

    Default How to remove bullet points in footer?

    I am trying to configure my new site running on 1.3.9.h It is a mix of some stuff from my previous site and using the black_pure_free template. I have moved things around a bit in the footer -moved the search function there from the header and so on. Now there are two bullet points in the footer - one is just next to the search bar and not very attractive.
    My site is here: http://www.xn--godpbunn-d0a.no

    I donīt really know what I am doing, so please bear with me ;-)

    Any help appreciated

    my tpl_footer file looks like this:




    <?php
    /**
    * Common Template - tpl_footer.php
    *
    * this file can be copied to /templates/your_template_dir/pagename<br />
    * example: to override the privacy page<br />
    * make a directory /templates/my_template/privacy<br />
    * copy /templates/templates_defaults/common/tpl_footer.php to /templates/my_template/privacy/tpl_footer.php<br />
    * to override the global settings and turn off the footer un-comment the following line:<br />
    * <br />
    * $flag_disable_footer = true;<br />
    *
    * @package templateSystem
    * @copyright Copyright 2003-2010 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: tpl_footer.php 15511 2010-02-18 07:19:44Z drbyte $
    */
    require(DIR_WS_MODULES . zen_get_module_directory('footer.php'));
    ?>

    <?php
    if (!isset($flag_disable_footer) || !$flag_disable_footer) {
    ?>

    <!--bof-navigation display -->
    <div id="navSuppWrapper">
    <div id="navSupp">
    <ul>
    <li>
    <a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGIN; ?></a>

    <?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a>

    <div class="float-right td-search-header">
    <div class="search-header float-left">
    <?php require($template->get_template_dir('tpl_search_header.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_search_header.php');?>
    <div class="advanced_search float-right">


    <?php if (EZPAGES_STATUS_FOOTER == '1' or (EZPAGES_STATUS_FOOTER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) { ?>
    <li><?php require($template->get_template_dir('tpl_ezpages_bar_footer.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_footer.php'); ?>
    <?php } ?>
    </ul>

    <!--eof-navigation display -->

    <!--bof-ip address display -->
    <?php
    if (SHOW_FOOTER_IP == '1') {
    ?>
    <div id="siteinfoIP"><?php echo TEXT_YOUR_IP_ADDRESS . ' ' . $_SERVER['REMOTE_ADDR']; ?></div>
    <?php
    }
    ?>
    <!--eof-ip address display -->

    <!--bof-banner #5 display -->
    <?php
    if (SHOW_BANNERS_GROUP_SET5 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET5)) {
    if ($banner->RecordCount() > 0) {
    ?>
    <div id="bannerFive" class="banners"><?php echo zen_display_banner('static', $banner); ?></div>
    <?php
    }
    }
    ?>
    <!--eof-banner #5 display -->

    <!--bof- site copyright display -->
    <div id="siteinfoLegal" class="legalCopyright"><?php echo FOOTER_TEXT_BODY; ?></div>
    <!--eof- site copyright display -->

    <?php
    } // flag_disable_footer
    ?>

  2. #2
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: How to remove bullet points in footer

    I am trying to configure my new site running on 1.3.9.h It is a mix of some stuff from my previous site and using the black_pure_free template. I have moved things around a bit in the footer -moved the search function there from the header and so on. Now there are two bullet points in the footer - one is just next to the search bar and not very attractive.
    My site is here: http://www.xn--godpbunn-d0a.no

    I donīt really know what I am doing, so please bear with me ;-)

    Any help appreciated

    In your stylesheet.css find:

    #navSupp ul li

    and add:

    Code:
    list-style-type: none;
    Thanks,

    Anne

  3. #3
    Join Date
    Nov 2007
    Posts
    24
    Plugin Contributions
    0

    Default Re: How to remove bullet points in footer?

    Thanks a bunch Anne,

    I tried, but didnīt succeed. Now the code looks like this in the stylesheet, but the two bullet points are still there:


    a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
    color: #2b2b2b;
    list-style-type: none;
    text-decoration: none;
    }

    Any ideas?

    Thanks,

    Kristian
    Last edited by Kristian; 21 Feb 2011 at 07:17 PM.

  4. #4
    Join Date
    Nov 2007
    Posts
    24
    Plugin Contributions
    0

    Default Re: How to remove bullet points in footer?

    Edited last post instead..

  5. #5
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: How to remove bullet points in footer?

    Quote Originally Posted by Kristian View Post
    a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
    color: #2b2b2b;
    list-style-type: none;
    text-decoration: none;
    }
    Add under that rule #navSupp ul li {list-style-type: none;}
    Meaning this

    a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
    color: #2b2b2b;
    list-style-type: none;
    text-decoration: none;
    }

    #navSupp ul li {list-style-type: none;}

  6. #6
    Join Date
    Nov 2007
    Posts
    24
    Plugin Contributions
    0

    Default Re: How to remove bullet points in footer?

    Thanks to both of you Worked like a charm!

    Kristian

 

 

Similar Threads

  1. How Do I Format A Product Description to include line breaks and bullet points?
    By mike373 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 21 Apr 2011, 07:44 PM
  2. Bullet Points for Footer links
    By Chich in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 8 Jun 2009, 07:48 PM
  3. How to add bullet points to the product description?
    By musicfreer in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 14 Sep 2008, 06:53 AM
  4. Need help remove bullet points in menu
    By nikita in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 9 Mar 2008, 02:39 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