Results 1 to 8 of 8
  1. #1
    Join Date
    Jul 2009
    Posts
    6
    Plugin Contributions
    0

    Default Change background color on index and product listing to transparent

    Hi Zenners

    I am new to this very impressive e-commerce solution and I have a question I coudnt solve by myself.

    I have downloaded and installed a template and I want to configure the index listing with transparent background as the original.

    First I changed allready my define_main_page.php with the same settings and now I want to remove the cream-white background so that my index is the same as the original.

    Sources:
    My page: www.fettsack.ch/aaa
    Original: http://www.templatemonster.com/zenca...tes/24714.html

    Which files need to be modified to which settings?

    Thank you guys for any help

  2. #2
    Join Date
    Jul 2009
    Posts
    234
    Plugin Contributions
    1

    Default Re: Change background color on index and product listing to transparent

    Hiya,

    Looks to me as you should have a stylesheet for that template called stylesheet_tm.css

    In there there shere be the following

    .column_center_bg2
    {
    background-image: url(../images/content_bg2x.gif);
    }

    I would remove that line, or add in the background image/ colour you are after!

    Scott

  3. #3
    Join Date
    Jul 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: Change background color on index and product listing to transparent

    Hi Scott

    Thanks for your reply

    I am now 1 step closer but there is still the background in there.
    It seems for me that the whole container where the center stuff is need to be modified because I still have a background at the right side and the line above the center section.

  4. #4
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: Change background color on index and product listing to transparent

    Hi,
    I have not a solution to your problem, as I'm new to this as well, but I'd suggest you change the "fettsack" logo color from black to something more readable in top of your page.

  5. #5
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Change background color on index and product listing to transparent

    Search the forum for more information Template Monster templates. They don't do things the way Zen Cart expects.
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  6. #6
    Join Date
    Jul 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: Change background color on index and product listing to transparent

    Hi Keneso

    Yeah for sure I wil change the color to white but first I need to sort out my real problems ;-)

  7. #7
    Join Date
    Jul 2009
    Posts
    234
    Plugin Contributions
    1

    Default Re: Change background color on index and product listing to transparent

    the white line above the center section i think is coming from this style

    .header_t .row2
    {
    background-color: #f6f2f6;
    background-image: url(../images/header_bg2.gif);
    }

    So i would probably change that!



    The bit to the right looks like it is from a 'td' cell.......umm so this is something to do with the way it is constructed

    You could try something like
    .column_center_bg2 td
    {
    visibility: hidden;
    display: none;
    }

    This will then hide off the td's in that section.


    If you do that and that works you may have to add some padding to the images to space them back out...



    Hope that is of some use

  8. #8
    Join Date
    Jul 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: Change background color on index and product listing to transparent

    Thank you so much for your input.
    I will try this on the weekend and will let you kow if it worked out :-)

 

 

Similar Threads

  1. v150 Can I change the category and new product list font and background color?
    By soso838 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 11 Jun 2012, 06:55 PM
  2. product background color change CSS HELP!!!
    By moogvo in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 5 Nov 2009, 05:25 PM
  3. How do I remove the background color from the breadcrumb div so it's transparent?
    By socalcane in forum Templates, Stylesheets, Page Layout
    Replies: 15
    Last Post: 8 Jan 2009, 04:03 AM
  4. Want to change banner size and background color
    By RebelAutoWorxs in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 10 Oct 2008, 06:04 PM
  5. alternating product listing background color. How to?
    By Feral Ward in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 28 Aug 2006, 07:19 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