Results 1 to 10 of 14

Hybrid View

  1. #1
    Join Date
    Jun 2009
    Location
    FLA
    Posts
    34
    Plugin Contributions
    0

    Default Help a Rookie with Categories

    Hello, I have found many answers on this forum. Thanks for your help. Here are some issues I haven't been able to figure out. Maybe someone can help

    store url:
    http://www.bioblitzen.com/store

    1) When you click on a category from the left sidebox "product categories" I don't like how the product description is centered. Also, I would like to change the sort buttons (name, price) from a color other than green. Any Suggestions?

    2) I can't find where to change the "new products" and "all products" link color in the "Product Categories" sidebox

    3) I would like to create a new page that i can then edit in the define_pages editor. IE: I want my "EPA" button just to pull up define_epa.php page in which i could then edit.

    Thanks for your Help
    Craig

  2. #2
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: Help a Rookie with Categories

    Point 1

    To left align the text add the following to your stylesheet.css file in your template.

    .listingDescription{text-align:left;}

    It can go anywhere in the file. At the bottom is as good as anywhere.

  3. #3
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: Help a Rookie with Categories

    Point 2

    Also in the stylesheet.css file you need to look for the line that reads:

    Code:
    A.category-links, A.category-links:visited {
    	color: #004080;
    	text-decoration: none;
    The '#004080' is a color. It is a RGB description. If this is confusing to you search online for 'RGB color picker' and life will get simpler.

  4. #4
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: Help a Rookie with Categories

    Point 3

    I am not completely sure what you want. Have a look at EZ Pages. https://www.zen-cart.com/tutorials/i...hp?article=117 Do these fit the bill.

    They are pages you can create in the admin panel.

    Hope this all helps

    Nik

    Oh, by the way stylesheet.css is in includes / templates / YOUR TEMPLATE / css

  5. #5
    Join Date
    Jun 2009
    Location
    FLA
    Posts
    34
    Plugin Contributions
    0

    Default Re: Help a Rookie with Categories

    Thank You so much for your help. I have aligned the categories and changed the links successfully.

    Do you happen to know how to change the "item name" and "price" sort buttons text color when you click on one of the categories.

    Also, I read the tutorial on EZ pages. This may work, but I was wondering if their was a way to add a page that i could edit in the tools-->define page editor.

    Basically if i could just change the define_page_2.php name to define_EPA.php and when the epa page is displaying, it would be at the end of the address in the url.

    Sorry, I'm having trouble explaining.

    Thanks again
    craig

  6. #6
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: Help a Rookie with Categories

    Yes I am confident that EZ pages will do what you want but we will need to work through that later because i need to sleep now!

    I think that the style you are talking about can be achieved with:

    Code:
    #productListHeading{color:#339933;}
    select{background-color:#339933;}
    Again change the #339933 to suit your needs.

    Nik

 

 

Similar Threads

  1. Update template <rookie>
    By djfreyburger in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 11 Feb 2011, 09:21 PM
  2. Help with Category display with sub-categories
    By jonnyh in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 20 Oct 2010, 07:04 AM
  3. Rookie FTP Question
    By splanchak in forum General Questions
    Replies: 7
    Last Post: 12 Mar 2010, 01:38 AM
  4. Help with categories and sub categories
    By Shiftypow in forum Setting Up Categories, Products, Attributes
    Replies: 22
    Last Post: 28 Sep 2009, 08:47 PM
  5. please help a rookie make some money
    By freebaywindows in forum General Questions
    Replies: 5
    Last Post: 23 Apr 2009, 03:49 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