Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Feb 2012
    Posts
    21
    Plugin Contributions
    0

    Default 4 simple questions that will make life easier for me please

    hi folks, I have been unable to get replies to some of the questions and am hoping you may be able to assist please

    if you please go to www.usavape.co.uk/zencart
    then click Starter kits, then Ego T , you will see the font at the 'please choose color' this thing is huge, when I change one of them to smaller then it makes everything else smaller in the text field,
    can I isolate that to make it smaller and get it on the same line as the drop down menu ?


    q2: The horizontal lines that divide the categories, can the colors be changed on that if so where ?

    3: there are stars on the side menu that are being cut in half, how can I make these align with the text.

    4: is there anyway to have multiple "CATEGORIES" categories (the way the TOP is in big and then has sub categories) can I get several of these ? is it possible ? http://www.zen-cart.com/forum/showthread.php?t=192973

    Your help will be very much appreciated. Thank you in advance.
    Last edited by Kim; 27 Feb 2012 at 10:09 PM.

  2. #2
    Join Date
    Feb 2012
    Posts
    21
    Plugin Contributions
    0

    Default Re: 4 simple questions that will make life easier for me please

    OK Fixed Question 3
    to those visiting late, I had little icons by the categories, they were badly positioned, the bold text is where I fixed it, it is now perfectly in line.

    h3.rightBoxHeading, h3.leftBoxHeading {
    color: #9FD6FF;
    font: 13px tahoma, arial, sans-serif;
    font-weight: bold;
    padding-left: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
    background-image: url(../images/heading-bg.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    text-align:left;
    }

  3. #3
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    18,138
    Plugin Contributions
    2

    Default Re: 4 simple questions that will make life easier for me please

    Your link posts to a 404 page.

  4. #4
    Join Date
    Feb 2012
    Posts
    21
    Plugin Contributions
    0

    Default Re: 4 simple questions that will make life easier for me please

    Quote Originally Posted by stevesh View Post
    Your link posts to a 404 page.
    thanks for the reply, it's strange as it works when I click it.

    RE: Kim - Thanks for editing it, I completely forgot someone replied, sorry about that.

  5. #5
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,646
    Plugin Contributions
    1

    Default Re: 4 simple questions that will make life easier for me please

    I'm also getting a 404.
    Bumble Bee Template - my first contribution!

    The best way to learn is to try stuff. But, back it up first.

  6. #6
    Join Date
    May 2009
    Posts
    731
    Plugin Contributions
    0

    Default Re: 4 simple questions that will make life easier for me please

    Question 1

    #attribsOptionsText
    .attribsSelect

    Question 2
    Do you mean in the products listing within the category?

    .productListing-data {border-top}

  7. #7
    Join Date
    Feb 2012
    Posts
    21
    Plugin Contributions
    0

    Default Re: 4 simple questions that will make life easier for me please

    Quote Originally Posted by keneso View Post
    Question 1

    #attribsOptionsText
    .attribsSelect

    Question 2
    Do you mean in the products listing within the category?

    .productListing-data {border-top}
    Keneso thank you very very much !!! if you are trying to quit cigarettes, drop me a reply :)
    in regards to the question, I am talking about the lines dividing the products. (assuming you're not getting a 404), when you click on a category with multiple items, there are dividing lines, those lines I want in a specific color as opposed to the standard 'frame' gray color. If this makes sense.

    RE: the 404 guys, this is weird, I notice sometimes on Firefox when I'm on the site and am inactive for like 10 mins or so sometimes it will give me an error page with a 'Try Again' button, once I have reloaded it, it then works fine. I have no idea why it does this but I do know that when I click the link it works for me.... how odd.
    Last edited by usavape; 28 Feb 2012 at 11:55 PM.

  8. #8
    Join Date
    Feb 2012
    Posts
    21
    Plugin Contributions
    0

    Default Re: 4 simple questions that will make life easier for me please

    Also, with regards to the code that you posted up, I cannot locate this in the stylesheet, is it something I need to manually enter ?

    it's my first time on CSS
    if I need to manually enter this, please let me know where I put the 'font size' text ....

    gosh I miss the days of pure and simple html websites lol, the uglier the easier :)


    thank you all so so much for the assistance!

  9. #9
    Join Date
    May 2009
    Posts
    731
    Plugin Contributions
    0

    Default Re: 4 simple questions that will make life easier for me please

    Never smoked, thank you ;)

    I don't have 404 issues.

    What you don't find in the stylesheet.css you can add it, and then style it.
    .productListing-data is at line 979 of your stylesheet.

    These are examples, change the red values to your likes

    #attribsOptionsText {
    color: #ff0000;
    font-size: 1em;
    }

    .attribsSelect {
    color: #ff0000;
    font-size: 1em;
    }

    .productListing-data {
    border-top: 1px solid #5900ee;
    padding: 5px;
    }

  10. #10
    Join Date
    Feb 2012
    Posts
    21
    Plugin Contributions
    0

    Default Re: 4 simple questions that will make life easier for me please

    Quote Originally Posted by keneso View Post
    Never smoked, thank you ;)

    I don't have 404 issues.

    What you don't find in the stylesheet.css you can add it, and then style it.
    .productListing-data is at line 979 of your stylesheet.

    These are examples, change the red values to your likes

    #attribsOptionsText {
    color: #ff0000;
    font-size: 1em;
    }

    .attribsSelect {
    color: #ff0000;
    font-size: 1em;
    }

    .productListing-data {
    border-top: 1px solid #5900ee;
    padding: 5px;
    }
    Keneso, you have been extremely helpful, I thank you very, very much.

    To anybody else reading this, Keneso has just helped me solve the issue that anybody using the 'freetemplate1' template
    (http://www.zenflavor.com/free-zen-cart-template-1.html )
    will face:
    Under the add to cart box, you can have attributes (please choose color) these as a standard appear quite large and are awkward to the eye.

    Keneso's response has now made the text smaller, it is something you need to manually add unless I missed something in the script.

    thanks again Keneso!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Simple SEO URL questions
    By luxurywatches in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 1 Sep 2009, 03:56 AM
  2. How do we make the County/Country fields easier to select?
    By livesol in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 6 Dec 2007, 01:23 PM
  3. Cannot make shipping to Canada work for the life of me!
    By kappaluppa in forum General Questions
    Replies: 2
    Last Post: 15 Oct 2007, 05:06 AM
  4. Advice please - what mods should I install to make Zen life easier?
    By glanceup in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 15 Aug 2006, 11:05 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •