Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Sep 2007
    Posts
    72
    Plugin Contributions
    0

    Default making text and images bigger

    is there a way to make text and images that show up on the products and categories pages bigger?

    thanks in advance for your help

  2. #2
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,374
    Plugin Contributions
    4

    Default Re: making text and images bigger

    Text is manipulated via CSS.
    Images is a whole different story, you need to read the ZC tutorials on images, the Zen Cart Manual, and play around with contributions like Image Handler and/or Fual Slimbox, etc.

  3. #3
    Join Date
    Sep 2007
    Posts
    72
    Plugin Contributions
    0

    Default Re: making text and images bigger

    Quote Originally Posted by ckosloff View Post
    Text is manipulated via CSS.
    Images is a whole different story, you need to read the ZC tutorials on images, the Zen Cart Manual, and play around with contributions like Image Handler and/or Fual Slimbox, etc.
    Which CSS file do I need to edit to make the text bigger.

    TIA

  4. #4
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,374
    Plugin Contributions
    4

    Default Re: making text and images bigger

    If you ask this question it means that you have no idea how Zen Cart works.
    Please don't take offense, it is just that you should start by reading the manual and setting up an override system, that is the basics.
    If you do that, your question will be answered on its own.

  5. #5
    Join Date
    Sep 2007
    Posts
    72
    Plugin Contributions
    0

    Default Re: making text and images bigger

    Quote Originally Posted by ckosloff View Post
    If you ask this question it means that you have no idea how Zen Cart works.
    Please don't take offense, it is just that you should start by reading the manual and setting up an override system, that is the basics.
    If you do that, your question will be answered on its own.
    dude, thanks fore being of no help!! I have read the manual... and did not see any mention of what CSS files would need to be edited. Is it not possible that I simply missed it??

    I dont appreciate your rudeness.. if you are not willing to tell me the name and location of the css file I need to edit then I will just wait for someone who is willing to tell me what I need to know.

    Thank you.

  6. #6
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,374
    Plugin Contributions
    4

    Default Re: making text and images bigger

    Dude,

    I meant no offense, just chill down.
    If you edit the main stylesheet you might lose your changes in the next upgrade, so edit the copy in your override folder.
    Isn't that obvious if you read the manual?

  7. #7
    Join Date
    Sep 2007
    Posts
    72
    Plugin Contributions
    0

    Default Re: making text and images bigger

    Quote Originally Posted by ckosloff View Post
    Dude,

    I meant no offense, just chill down.
    If you edit the main stylesheet you might lose your changes in the next upgrade, so edit the copy in your override folder.
    Isn't that obvious if you read the manual?
    Like I asked, is it not possible that I could have possibly missed it??

    I am confused!!!! I dont see any override folder.. can you try to explain this to me?

  8. #8
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,374
    Plugin Contributions
    4

    Default Re: making text and images bigger

    If you don't see an override folder, it means you didn't create it.
    Therefore, as I suggested above, create an override system first.
    There are plenty of tutorials in the tutorial area on how to do this, and it is also in the manual.
    Next, you copy includes --> templates --> template_default --> css --> stylesheet.css to
    includes --> templates --> CUSTOM --> css -->
    and edit.

  9. #9
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: making text and images bigger

    To ckosloff: Your advice was accurate but incomplete for a newby. You probably sent him or her off looking for a folder called "override".

    To dvdd127: By now you've probably seen the tutorial or FAQ or manual pages relating to override folders. Whether or not you wish to implement that is entirely up to you. It makes life much easier in the future.

    In either case you need to, as suggested by ckosloff, edit the stylesheet.css file found in the css folder of your template. There are many settings there which affect the size of text on your site, but I'm guessing you want all text everywhere to be a little larger. If my guess is correct, read on...

    Very near the top of the stylesheet you'll see something like this:
    Code:
    body {
    	margin: 0;
    	font-family: verdana, arial, helvetica, sans-serif;
    	font-size: 62.5%;
    	color: #000000;
    	background-color: #e5edf5;
    	}
    That's from the v1.3.8a stylesheet. You can increase the font-size setting, and it will increase all the text everywhere, unless a later declaration takes precedence for some elements. For a lot of reasons I don't want to get into here, I recommend changing 65% to about 80%. But choose whatever setting you like. Just be sure to look at the result in multiple browsers and several machines with different size screens and different pixel settings on those screens, so you can see what your site visitors will see.

    HTH

    Rob

  10. #10
    Join Date
    Sep 2005
    Location
    The Internets
    Posts
    190
    Plugin Contributions
    0

    Default Re: making text and images bigger

    My advice would be to first download the Web Developer toolbar for Firefox. This add-on will allow you to select different elements in your pages, allowing you to easily identify where the various css elements are located.

    If you are properly using the override system, your main CSS file should be
    /includes/templates/YOUR_TEMPLATE/css/stylesheet.css

    Hope this helps!
    Make regular site and database backups!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Making text wrap around all images
    By robbin21973 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 8 Feb 2011, 10:55 PM
  2. Making menu buttons bigger, please help
    By fw541c in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 22 Nov 2010, 04:19 AM
  3. making the images bigger in categories
    By itsDVDtime in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 10 Nov 2010, 04:40 AM
  4. Making My Site Bigger
    By neighbornick in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 24 Mar 2009, 09:55 AM
  5. category page- make images bigger and show less text
    By thepixellator in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 6 Dec 2007, 05:54 AM

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