Jump to content

Chargin

Member
  • Posts

    171
  • Joined

  • Last visited

Posts posted by Chargin

  1. Hi Bergii, I havent even read the .org thread, my notification emails from there never work... Ill go over and take a look soon.

    but dont lay this thread to rest just yet hehe

    Id like to see how this is done exactly using CSS, ie what code do we add and where?

  2. Heres a page on the site

    http://www.boat-brokers.com.au/index.php?a...mp;productId=18

    As you can see in the images, there are some written reports, but they are very hard to read. I have the limit set at 540 pixels, thats not really high enough to make these readable. Is there any way to alter the way the images are resized, ie one limit for width and one for height, so whichever is the larger on the original is set to this limit?

  3. AHA

    Thanks I found it

    .boxContent {

    border-top: 0px solid #A8B4B0;

    border-right: 0px solid #5E85CF;

    border-bottom: 0px solid #5E85CF;

    border-left: 0px solid #5E85CF;

    padding: 3px;

    font-family: Verdana, Arial, Helvetica, sans-serif;

    font-size: 75%;

    color: #000000; <-----this line was 333333

    background-color: #FFFFFF;

    margin-bottom: 5px;

    I just search for the colour number, its in layout.css. Why does it default to dark grey is what Im wondering now..?

  4. I have a customer who is being very picky about his site... One of his complaints is that the text is "fuzzy" and not as black as his old site. Hes right, the fonts on his store are all dark grey, not black. Black was the selected colour in fckeditor so whats up? Heres a good page to see it on, the price at the bottom is in a large font.

    http://www.boat-brokers.com.au/index.php?a...mp;productId=13

    I did a screen grab and checked it in photoshop and its definately not black. I had a look for font colours in the code, only saw 000000 and ffffff, black and white..

  5. When I go to "view products" and get the list of all the products with their thumbnails, some of the thumbs are way too big, they are using the thumbnail because the resolution is correct, just the image size is too large, so they appear very pixelated. They do appear correctly in the store though. How can I fix this?

  6. Im with you, Id really like to be able to order the images also, but on the page.. A client has 20 or so photos of a boat, he also has scans of a written survey of the boat, these surveys need to be grouped together in the images.

  7. The product names dont stand out in white, but I want white in the sidebar.. Can I assign a different style to this text?

    Along that same line, how would I do this same trick for any text, where are all the

    "This text"= "This style"

    if you know what I mean?

    To answer your questions...

    1, look in layout.css for .boxTitleLeft and .boxTitleRight. Make the changes there for the side box title colours.

    2, To make certain text a certain colour, use a class in the HTML... class="mystyle" and in the CSS files use .mystyle{}. If you wanted to add it to a band of text, use <span class="mystyle">styled text</span>.

    3. To change the table row product text colours... look in style.css for .tdEven and .tdOdd, as well as .tdcartEven and .tdcartOdd. To change the hyperlink only, add, for example, .tdEven a {} and .tdEven a:hover {} with your new style information.

    Have fun!

    Wow thanks for taking the time to explain all that. Ill document here for others what I came up with after reading this.

    To change the text for category titles in list/category view go to viewcat.tpl and find this string

    <td valign="top" class="{CLASS}"><a href="index.php?act=viewProd&amp;productId={PRODUCT_ID}" target="_self" class="changethis"><strong>{TXT_TITLE}</strong></a><br />

    Edit changethis to whichever style you choose.

    Thanks so much for your help.

×
×
  • Create New...