Results 1 to 9 of 9

Threaded View

  1. #5
    Join Date
    Mar 2008
    Posts
    100
    Plugin Contributions
    0

    Default Re: Newbie in a pickle with making changes to CSS sheet

    Hey there again!
    check out the site i am working on and see if this is what you are looking for?
    http://cart.lifewaynutrition.com

    I THINK that is what you might be looking for? Try putting this into your
    stylesheet.css this is how i changed my centerbox images.
    below the .centerBoxHeading {} id is a second id for how to add a background
    for the left sideboxes. for the right boxes, it will be just that... an ID called
    .rightBoxContainer.


    .centerBoxHeading {
    background-image: url(../images/your_image.gif .png .jpg);
    width: 668px;
    height: 72px;
    background-repeat:no-repeat;
    background-position: center center;
    padding-top: 3.1em;
    margin-left: 25px;
    font-family:"Century Gothic";
    font-size: 16px;
    font-weight: Normal;
    }


    .leftBoxContainer {
    background-image: url(../images/your_image.gif .png .jpg);
    width: 200px;
    height: 367px;
    margin-top: 75px;
    }
    these ID's can be found around line 1009
    also, to change the header in the top of a sidebox like i have done,
    check out this tutorial it explains exactly what to do and it's very easy to understand!

    https://www.zen-cart.com/tutorials/i...hp?article=135

    if you have ANY other questions please don't hesitate to ask again, and if this wasn't specific enough for your problem then try me again!

    Hope this helps!
    Last edited by swelter83; 16 Apr 2008 at 12:03 AM.
    _/\_/\_Swelter

 

 

Similar Threads

  1. v155 Help Making Tabs Look Better With CSS
    By CSGODeimos in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 18 Jul 2016, 10:54 PM
  2. Replies: 0
    Last Post: 14 Oct 2014, 08:27 PM
  3. Issues with css sheet changes
    By mw4kids in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 27 Apr 2009, 08:39 PM
  4. newbie: new some help with default changes....
    By dscurlock in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 14 Feb 2008, 09:29 PM
  5. Newbie needs help with CSS
    By magazinerack in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 10 May 2006, 06:54 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