Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Oct 2009
    Posts
    4
    Plugin Contributions
    0

    Default Text on page and menu bar colors

    Hello, my website is

    www.poseidonairsoftarmory.com

    and i'm having a few problems with it, if any of you could help it would be greatly appreciated.

    1. On the home page it has all our categories in some kind of banner where the colors of the text and background of it are very close and people are having a hard time reading it, is there any way to change those colors?

    2. I, for the life of me cannot figure out how to get the "Praesent vestibulum molestie lacus aenean nonummy hendrerit mauris phasels porta. Fusc" off the page, I've gone through every css file and php file on my server looking for it.

    3. On our checkout page, how do you add something that says " Please only click the submit button once, if you hit it multiple times your card will be charged for each time. "

    Thank You
    -
    Noah

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Text on page and menu bar colors

    1: Add to your stylesheet_tm.css
    Code:
    #navCatTabs a.category-top {color: #ffaabb;}
    2: This should be in define_main_page.php. Find the exact location in Tools > Developers Toolkit. Paste a bit of the text in the lower left box, select all files and search. Among the results will be the file and line number where the text is defined.

    3: The standard Zen Cart functionality is to disable the submit button for a brief time after it is clicked, to avoid double-clicking. You can add text to the page in Tools > Define Pages Editor.

  3. #3
    Join Date
    Oct 2009
    Posts
    4
    Plugin Contributions
    0

    Default Re: Text on page and menu bar colors

    Thank you very much! Is there anyway to align our header image so it's in the middle?

  4. #4
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Text on page and menu bar colors

    The right way would be to reconfigure the nested divs Template Monster put in the header area, but the easy way is to add to your stylesheet_tm.css
    Code:
    .navigation .left a img {position: relative; left: -70px;}

 

 

Similar Threads

  1. centering vertically the menu bar text
    By tcjay in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 13 Oct 2011, 08:18 PM
  2. Changing Menu Bar Colors
    By pcs2010 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 12 Oct 2010, 05:51 PM
  3. increase space between login bar and ezpages menu bar
    By omerhanif in forum General Questions
    Replies: 0
    Last Post: 5 Mar 2010, 07:00 PM
  4. Gap on main page between menu bar and content
    By mw4kids in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 31 Oct 2009, 03:11 PM
  5. text colors on center bar please help
    By outpostmontana in forum General Questions
    Replies: 3
    Last Post: 15 Oct 2007, 08:19 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