1. In your stylesheet.css:
Find: "productListing-rowheading"
and Add the following just before "}" :
"display:none;"
2. Not quite clear what you want to do.
3. You don't seem to have a contact page, do you mean "about" page?
1. In your stylesheet.css:
Find: "productListing-rowheading"
and Add the following just before "}" :
"display:none;"
2. Not quite clear what you want to do.
3. You don't seem to have a contact page, do you mean "about" page?
[FONT=Microsoft Sans Serif]CSS Evangelist[/FONT]
You can turn off the contact page address info in Configuration --> Email options you set the store info not to show (Contact Us - Show Store Name and Address)
But the store address info should be controlled by the My Store menu.
HTH,
Lesli in SW Florida ~ writer, teacher, and dodging hurricanes!
2) h1#productListHeading {display: none;}
#ProductListCatDescription is text that you have entered in the category editing page. Delete this, leaving the description blank, and that one should disappear.
3) Configuration > My Store > Store Address and Phone.
By the way, you really should make your own copy of the classic template to save your changes in. As long as you know what files you have changed, all you have to do is make a copy of all /classic/ folders and the files in them, changing the folder name to your own, and edit /your_template/template_info.php to reflect your custom name.
This has the benefit of keeping a backup untouched in case you mess up an edit, as well as protecting your work from being wiped out in an upgrade.
Thank you all for the answers.
I have discovered the miraculous power of "display: none" which was a css style I never needed until now.
Also thanks for the advice, I will make and rename a copy of the template as suggested.
Store info -- duh, I just saw Store Owner and the Country at the top of the list in the My Store Admin page and didn't look down further.
The only one not yet resolved is the small "jewelry" from the #ProductListCatDescription.
With the dizzying array of ways to modify zencart for a newbie, can you remind me where I go to find the category editing page description?
I looked in Admin - Tools-define pages and in Catalog - Products/Categories.
Then via FTP hunted around in the includes/languages folders...hhmmmm
Julie
Catalog - Products/Categories > index of categories > click the "e" button (edit) to the right of your category name. You will see the description field there.
Aha! Got it and made a note - I usually use Joomla but this is also fun to learn.
Yes, if a class or id is not mentioned in the stylesheet, you can just add a new declaration to style it.