Results 1 to 10 of 535

Hybrid View

  1. #1
    Join Date
    May 2010
    Posts
    222
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Excellent add-on. Thank you!

    I do have one question, however. How can I remove the legal and "Powered by Zen Cart" from the footer? When I change the background color in the footer CSS file, I want the legal and "Powered by Zen Cart" to stay the color of the main page's background color.

  2. #2
    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 mretzloff View Post
    Excellent add-on. Thank you!

    I do have one question, however. How can I remove the legal and "Powered by Zen Cart" from the footer? When I change the background color in the footer CSS file, I want the legal and "Powered by Zen Cart" to stay the color of the main page's background color.
    Link to your site?

  3. #3
    Join Date
    May 2010
    Posts
    222
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    I am currently working on a dummy site. It is queencharlottesoaps.com/test. I normally keep it password protected, but I removed that for you.

  4. #4
    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 mretzloff View Post
    Excellent add-on. Thank you!

    I do have one question, however. How can I remove the legal and "Powered by Zen Cart" from the footer? When I change the background color in the footer CSS file, I want the legal and "Powered by Zen Cart" to stay the color of the main page's background color.
    to change background color of the footer open includes/templates/YOUR_TEMPLATE/css/stylesheet_footer_menu.css

    find the following declaration and change the highlighted section as indicated.

    #footer {
    margin: 0 auto;
    text-align: left;
    background-color: #DCDCDC;
    width: 960px;
    height:112px;
    clear:both;
    }

  5. #5
    Join Date
    May 2010
    Posts
    222
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    That also changes the background color of legal and "Powered by Zen Cart" stuff. I want to keep that stuff at #DCDCDC and change the rest of the footer to another color. Is there any way to do that?

    Thank you!

  6. #6
    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 mretzloff View Post
    That also changes the background color of legal and "Powered by Zen Cart" stuff. I want to keep that stuff at #DCDCDC and change the rest of the footer to another color. Is there any way to do that?

    Thank you!
    open stylesheet_footer_menu.css

    find the following add a background color where indicated

    #siteinfoLegal {
    margin:0 auto;
    padding: .5em 0 0;
    font-size: 0.9em;
    text-align:center;
    width:100%;
    line-height:normal;
    background:#fff;
    clear:both;
    }
    #siteinfoLegal a {padding: 0 0.5em 0 0.5em;color: #000;font-weight:bold;white-space: nowrap; }
    #siteinfoLegal a:hover {color: #000;background: #EAC27C;}

  7. #7
    Join Date
    May 2010
    Posts
    222
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    That worked. Thank you very much!

 

 

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 22
    Last Post: 26 Jan 2026, 06:47 AM
  2. v154 Flexible Footer Menu Multilingual [Support Thread]
    By rbarbour in forum All Other Contributions/Addons
    Replies: 131
    Last Post: 29 Jun 2025, 03:06 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

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