Page 30 of 54 FirstFirst ... 20282930313240 ... LastLast
Results 291 to 300 of 535
  1. #291
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by tcjay View Post
    I am trying to change the color of the links in the footer menu to 663300. Right now the links are silver. I have read through the thread and tried everything and I just can't seem to figure out how to do it. Right now this is the footer_menu.css

    #footer {clear:both;margin:0;
    }
    #navSuppWrapper {
    border:1px solid #ccc;
    margin: 10px 0px 0;
    padding: 0;
    background:none;
    font-weight: bold;
    color: #000;
    }
    dl {margin: 30px 0 3px 0;padding:0;clear:both;height:79px;width:100%;
    }/*Adjust the height and width of the menu*/
    dt {margin-bottom:.3em;font-weight:bold;}
    dd {margin:0;padding:0;float:left;width:24.3%;background-color:#f6e2dd;}/*Column width of the menu - currently set for 4 columns*/
    ul {margin:0;padding:0;list-style: none;}

    li {margin:0;padding:0; }
    li a {color:663300;margin:0;padding-left:2em;display:block;}
    li a:hover {background:#f6e2dd;}
    .menuTitle {margin:0;padding-bottom:.3em;text-align:center;font-size:1.1em;}
    .first, .second, .third {border-right:1px dotted #000;}
    #siteinfoLegal {
    margin:0 auto;
    padding: .5em 0 0;
    font-size: 0.9em;
    text-align:center;
    width:100%;
    line-height:normal;
    clear:both;
    }
    #siteinfoLegal a {padding: 0 0.5em 0 0.5em;color: #000;font-weight:bold;white-space: nowrap; }
    #siteinfoLegal a:hover {color: #000;}

    This is the website.

    TIA TOM
    You need to change this as indicated by the highlight:

    li a {color:#663300;margin:0;padding-left:2em;display:block;}

  2. #292
    Join Date
    Jul 2010
    Location
    Boston
    Posts
    139
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    I have made the change but it the color has not changed.

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

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by tcjay View Post
    I have made the change but it the color has not changed.
    open includes/templates/YOUR_TEMPLATE/css/stylesheet.css

    find the following and make the highlighted change

    #navSupp ul li a {
    text-decoration: none;
    padding: 0em 0.5em;
    margin: 0;
    color: #663300;
    white-space: nowrap;
    }

  4. #294
    Join Date
    Jul 2010
    Location
    Boston
    Posts
    139
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Thank you for your help. Jackpot. It works.!

  5. #295
    Join Date
    Jul 2010
    Location
    Boston
    Posts
    139
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    I think I am almost there. I put all of the code fro the footer into one css file so Icould keep track of what was going one. One last question.......... How oudl I move the text down. I thought I would add a top margin but I could never figure out where to place it. TIA Tom

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

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by tcjay View Post
    I think I am almost there. I put all of the code fro the footer into one css file so Icould keep track of what was going one. One last question.......... How oudl I move the text down. I thought I would add a top margin but I could never figure out where to place it. TIA Tom
    you can adjust the margins in these declarations:

    /*eof bottom navigation*/
    dl {margin: 32px 0 3px 0;padding:0;clear:both;height:79px;width:100%;
    }/*Adjust the height and width of the menu*/
    dt {margin-bottom:.3em;font-weight:bold;}
    dd {margin:0;padding:0;float:left;width:299px;background-color:#f6e2dd;}/*Column width of the menu - currently set for 4 columns*/
    ul {margin:0;padding:0;list-style: none;}
    li {margin:0;padding:0; }

  7. #297
    Join Date
    Oct 2010
    Posts
    25
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    hello clyde. is there a way we can add pdf files for the 4th column of the footer. something that when clicked would give my customers a pdf file. if so, how do we edit the footer file? thanks!

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

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by mayleine View Post
    hello clyde. is there a way we can add pdf files for the 4th column of the footer. something that when clicked would give my customers a pdf file. if so, how do we edit the footer file? thanks!
    column 4 uses ez-pages.

    I would suppose that you could create links to your pdf files using ez-pages.

  9. #299
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: Footer Menu Support Thread

    G'day Clyde

    I am considering to incorporate your footer menu into a Cold Steel template but having difficulties merging an unmodified includes/templates/cold_steel/common/tpl_footer.php file with the tpl_footer.php file contained in the Footer Menu mod.

    Seeing you are the author of both mods I'd like to put my house on it that you have a ready made merged file handy.

    Any chance posting this merged file?

    Thanks

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

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by frank18 View Post
    G'day Clyde

    I am considering to incorporate your footer menu into a Cold Steel template but having difficulties merging an unmodified includes/templates/cold_steel/common/tpl_footer.php file with the tpl_footer.php file contained in the Footer Menu mod.

    Seeing you are the author of both mods I'd like to put my house on it that you have a ready made merged file handy.

    Any chance posting this merged file?

    Thanks
    Just replace the tpl_footer.php file that comes with the cold steel template

    with the

    tpl_footer.php file from the footer menu mod.

 

 
Page 30 of 54 FirstFirst ... 20282930313240 ... LastLast

Similar Threads

  1. v154 Flexible Footer Menu Multilingual [Support Thread]
    By rbarbour in forum All Other Contributions/Addons
    Replies: 130
    Last Post: 1 Jun 2025, 02:18 PM
  2. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 20
    Last Post: 23 Apr 2025, 08:49 AM
  3. Category Tab Simple Dropdown Menu 1.3.9 Support Thread
    By dbltoe in forum All Other Contributions/Addons
    Replies: 46
    Last Post: 30 Mar 2024, 06:12 PM
  4. adding links to top menu and footer menu
    By satrina in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 7 Nov 2012, 10:17 PM
  5. Easy way to edit header/top menu, footer menu, and sidebar menu?
    By templar2 in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 30 Jun 2009, 11:14 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR