Page 1 of 3 123 LastLast
Results 1 to 10 of 25
  1. #1
    Join Date
    Dec 2006
    Posts
    133
    Plugin Contributions
    0

    Default really easy one tonight

    Ok can someone point me in the general direction of where this coding I need is. I want to change the font in my sidebox in the header from white to black. Like where it says information, your cart, etc...thanks so much

  2. #2
    Join Date
    Dec 2006
    Posts
    133
    Plugin Contributions
    0

    Default Re: really easy one tonight

    one other question. I also turned off the middle box where it says new products for December how do I turn that back on? Thanks

  3. #3
    Join Date
    Jun 2003
    Posts
    33,720
    Plugin Contributions
    0

    Default Re: really easy one tonight

    Fonts, colors etc are controlled by your stylesheet. The switches for the centerboxes are in the Admin> Configuration> Index Listings
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  4. #4
    Join Date
    Dec 2006
    Posts
    133
    Plugin Contributions
    0

    Default Re: really easy one tonight

    thanks I found it! OK now, I know how to change my headers for my sideboxes and I have done that fine but what if I want to change my headers for my center boxes, thanks

  5. #5
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    css problem Re: really easy one tonight

    .centerBoxHeading in the stylesheet
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  6. #6
    Join Date
    Dec 2006
    Posts
    133
    Plugin Contributions
    0

    Default Re: really easy one tonight

    this is the only coding on css stylesheet that I see for anything center:
    /*list box contents*/
    .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
    margin: 1em 0em;
    }

    .centerBoxWrapper {
    border: 1px solid #000000;
    height: 1%;
    margin: 1.1em 0;
    }

    h2.centerBoxHeading {
    font-size: 1.3em;
    color: #ffffff;
    }
    Because this coding or process is so different then when you change the headers for sideboxes, I really could use a step by step. Or just understand that I am relatively new to this, thanks for helping me out.

  7. #7
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: really easy one tonight

    well in your case h2.centerBoxHeadings would be the one. What is it you would like to change about the center box headers?
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  8. #8
    Join Date
    Dec 2006
    Posts
    133
    Plugin Contributions
    0

    Default Re: really easy one tonight

    I'm going to give you the link to my site. Now play nice because I am working on it still and I know some things are off, I am waiting to get some missing headers from my site designer so I can add them on the sideboxes I have left. Ok now if you look at my site you will see how I have changed my sideboxes headers and I have changed the border color so that it doesn't show. I would like to do the same for the center boxes. But I plain just don't get it and for now have them not showing.

    http://www.alloccasionwraps.com

  9. #9
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: really easy one tonight

    hmmmmm...... I don't see the sidebox heading background images called in the stylesheet like there supposed to be....it appears you hardcoded them.
    If you going to be following the same procedure for the center boxes then I can't help as I don't do it this way. I use the stylesheet to call the background images for the headers. Might want to learn how to use the stylesheet for what it is for.....makes it near impossible for us to answer style questions when stuff that should be in the styesheet is hardcoded in the templates.
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  10. #10
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: really easy one tonight

    on reflection it appears I forgot about calling the background images for the headers using defines I don't do it this way so I forgot it can be done this way, I normally call those images in the stylesheet, I find working in the style sheet easier. I just clear the define for the header and call the image in the stylesheet.
    My method requires adding to the stylesheet new statement to target the individual headers
    Code:
    #categoriesHeading .leftBoxHeading {
    background-image: url(../images/whatever.jpg);
    backgound-color: #ffffff ;
    }
    So sorry for the tone of my last post.
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. Really Easy Question
    By dandaman992 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 21 May 2008, 01:14 AM
  2. 2 Problems! Really easy fix, need help
    By bajanboost in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 2 Aug 2007, 10:30 AM
  3. Really really hard to customize - any easy hints?
    By douglerner in forum Templates, Stylesheets, Page Layout
    Replies: 26
    Last Post: 6 Apr 2007, 03:03 PM
  4. Really easy question ??? ( I hope )
    By makeup4brides in forum General Questions
    Replies: 7
    Last Post: 4 Jul 2006, 11:44 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