Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Text on page and menu bar colors

Text on page and menu bar colors

Locked

Views: 570

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
26 Oct 2009, 9:27 PM
#1
poseidonairsoft avatar

poseidonairsoft

New Zenner

Join Date:
Oct 2009
Posts:
4
Plugin Contributions:
0

Text on page and menu bar colors

Hello, my website is

https://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

26 Oct 2009, 9:46 PM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Text on page and menu bar colors

1: Add to your stylesheet_tm.css```
#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.
26 Oct 2009, 9:52 PM
#3
poseidonairsoft avatar

poseidonairsoft

New Zenner

Join Date:
Oct 2009
Posts:
4
Plugin Contributions:
0

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?

26 Oct 2009, 10:22 PM
#4
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

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```
.navigation .left a img {position: relative; left: -70px;}