Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1
    Join Date
    Apr 2008
    Posts
    13
    Plugin Contributions
    0

    Default Need help changing something..

    Hi all, sorry if this has been posted before.

    I've never realy worked with CSS but I'm figuring it out. I was up until 3:00 last night working on this..

    http://rockysaquatics.com/cart/index...index&cPath=65

    The black box in the middle of the page.. if you highlight it it says new products for april.. I want that to be white like the rest of the page and the text black.

    How do I do this? When I change the side menu on like were catagories are to white, that works, but I want them to be black with white text.

    Thanks

  2. #2
    Join Date
    Apr 2008
    Posts
    13
    Plugin Contributions
    0

    Default Re: Need help changing something..

    Also, how do I change these to my own links?

    EZPages :: Privacy Notice :: Shared :: Zen Cart

    Thanks all.

  3. #3
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Need help changing something..

    Quote Originally Posted by icex2008 View Post
    Hi all, sorry if this has been posted before.

    I've never realy worked with CSS but I'm figuring it out. I was up until 3:00 last night working on this..

    http://rockysaquatics.com/cart/index...index&cPath=65

    The black box in the middle of the page.. if you highlight it it says new products for april.. I want that to be white like the rest of the page and the text black.

    How do I do this? When I change the side menu on like were catagories are to white, that works, but I want them to be black with white text.

    Thanks
    includes/ templates/ your_template/ templates/ stylesheet.css

    Add the following declaration to the .css
    1. .centerBoxHeading {background-color: #ffffff;}

  4. #4
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Need help changing something..

    That would be your centerBoxHeading in stylesheet.css.

    Edit: haredo beat me again.

  5. #5
    Join Date
    Apr 2008
    Posts
    13
    Plugin Contributions
    0

    Default Re: Need help changing something..

    Yesssss! Thank you both so much, that was realy starting to get on my nerves.

    Now, how do I go about changing:

    EZPages :: Privacy Notice :: Shared :: Zen Cart

    To my own words and links?

    And do you all think that the layout colors and stuff looks good? I like input from other people, not just me and a few friends :) Thanks!

  6. #6
    Join Date
    Jan 2008
    Posts
    1,700
    Plugin Contributions
    6

    Default Re: Need help changing something..

    Quote Originally Posted by icex2008 View Post
    Now, how do I go about changing:

    EZPages :: Privacy Notice :: Shared :: Zen Cart
    These are configured in admin>tools>EZ-Pages
    (look for the pages listed which have a green box for the Header column)

    Also, there's a tutorial here if you have any probs.

  7. #7
    Join Date
    Apr 2008
    Posts
    13
    Plugin Contributions
    0

    Default Re: Need help changing something..

    Ok thanks man.

    One more thing that will hopefully be the last question.

    How do I add a new side box? Like, for instance, "Categories". I'd like to add one called "Information" and have pages for shrimp info, plant info, etc on there..

    thanks

  8. #8
    Join Date
    Apr 2008
    Posts
    13
    Plugin Contributions
    0

    Default Re: Need help changing something..

    Ok guys, I am so sorry but I have another question.

    http://rockysaquatics.com/cart/index...roducts_id=180

    When you're logged in, it has the Shopping cart [more] on the right. The problem is, its blue. I want it to be white. How do I do this? And how can I change it from saying Shopping cart [more] to just carT?

    Thank you all so much, I realy appreciate the help I'm receiving here and I'm learning alot.

  9. #9
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Need help changing something..

    Quote Originally Posted by icex2008 View Post
    Ok guys, I am so sorry but I have another question.

    http://rockysaquatics.com/cart/index...roducts_id=180

    When you're logged in, it has the Shopping cart [more] on the right. The problem is, its blue. I want it to be white. How do I do this?
    includes/ templates/ your_template/ templates/ stylesheet.css

    Add the following declaration to the .css
    1. #shoppingcartHeading a {color: #FFFFFF;}

  10. #10
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Need help changing something..

    Quote Originally Posted by icex2008 View Post
    And how can I change it from saying Shopping cart [more] to just carT?
    includes/ languages/ your_template/ english.php
    1. Line 105
    2. define('BOX_HEADING_SHOPPING_CART', 'Shopping Cart');
    3. delete Shopping Cart to:
    4. carT
    5. so it will look like this:
    6. define('BOX_HEADING_SHOPPING_CART', 'carT');

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Need help removing something from my page!
    By chrisbirch1987 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 23 Apr 2010, 05:06 PM
  2. need help adding something to every page
    By kinembe in forum General Questions
    Replies: 5
    Last Post: 6 Jun 2009, 06:37 PM
  3. I've done something wrong I need help
    By clivewaller in forum General Questions
    Replies: 1
    Last Post: 13 Mar 2009, 01:47 PM
  4. I messed something up...please need URGENT help!!!
    By Kruna in forum General Questions
    Replies: 13
    Last Post: 13 Feb 2007, 06:57 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