Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / need help adjusting Categories box and changing Page 2

need help adjusting Categories box and changing Page 2

Locked

Views: 1,051

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
11 Feb 2010, 12:20 AM
#1
meandk0610 avatar

meandk0610

New Zenner

Join Date:
May 2009
Posts:
20
Plugin Contributions:
0

need help adjusting Categories box and changing Page 2

i hope i'm posting this in the right forum. :blush:

  1. how do i change "Page 2" on the home page to say "About Us"?

  2. my categories box is moved down a little when i applied the green template. any ideas how to move that back up?

my site is http://www.school-supplies-plus.com. thanks! :smile:

11 Feb 2010, 2:27 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: need help adjusting Categories box and changing Page 2

  1. how do i change "Page 2" on the home page to say "About Us"?
    Get the About Us module
    http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=182
  1. my categories box is moved down a little when i applied the green template. any ideas how to move that back up?
    In your stylesheet for this template find and adjust what is red to suit
.leftBoxContainer {
	border: 1px solid #ffffff;
	margin-top: 1.5em;
	}
11 Feb 2010, 3:06 AM
#3
gaurav10feb avatar

gaurav10feb

Zen Follower

Join Date:
Jan 2010
Location:
Australia
Posts:
243
Plugin Contributions:
1

Re: need help adjusting Categories box and changing Page 2

If you really want to change the Page 2 into about us...
go includes/languages/english/page_2.php and change the name there

15 Mar 2010, 5:57 PM
#4
meandk0610 avatar

meandk0610

New Zenner

Join Date:
May 2009
Posts:
20
Plugin Contributions:
0

Re: need help adjusting Categories box and changing Page 2

kobra:

Get the About Us module
http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=182

In your stylesheet for this template find and adjust what is red to suit

.leftBoxContainer {
border: 1px solid #ffffff;
margin-top: 1.5em;
}


i tried changing every stylesheet i could find (starting with the one in my CUSTOM folder) and it didn't change. i tried doing CTRL+F5 just to make sure it was refreshing but still didn't see any change.

> **gaurav10feb:**
>
> If you really want to change the Page 2 into about us...
> go includes/languages/english/page_2.php and change the name there

done. no change on the homepage. when i click through to page 2 it says 'About Us' at the top but the homepage did not change.

do i really need to go with a separate module? it seems like it would be easier just to change something permanently somewhere. that said, is the module hard to add?