Results 1 to 8 of 8
  1. #1
    Join Date
    Feb 2011
    Location
    Loganville, Ga
    Posts
    7
    Plugin Contributions
    0

    Default Remove white background under elements in the colums

    I need to remove the white background under the categories in colum one and I need to remove the white background under the banners in colum two. There is actually note paper under the banners that is visible if I set Colum two's opacity to 50%.
    How do I do this? I have been pulling my hair out for way too long on this.

    http://www.shopbig now.com

    On side note, I goofed somewhere and powered by zen cart and the ip addy at the bottom is no longer centered... Where do I fix that?

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

    Default Re: Remove white background under elements in the colums

    change this (line 534)

    .sideBoxContent {
    background-color: transparent;
    padding: 0.4em;
    }

    change this (line 523)

    .leftBoxHeading, .centerBoxHeading {
    background-color: transparent;
    margin: 0;
    padding: 0.5em 0.2em;
    }

    to this

    .leftBoxHeading {
    background-color: transparent;
    margin: 0;
    padding: 0.5em 0.2em;
    }
    .centerBoxHeading {
    background-color: ffffff;
    margin: 0;
    padding: 0.5em 0.2em;
    }

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

    Default Re: Remove white background under elements in the colums

    About the footer issue check your tpl_footer.php file in the common folder in your template folder.
    In case you can copy the default one from template_default/common folder, and put it in your custom_template/common folder

  4. #4
    Join Date
    Feb 2011
    Location
    Loganville, Ga
    Posts
    7
    Plugin Contributions
    0

    Default Re: Remove white background under elements in the colums


  5. #5
    Join Date
    Feb 2011
    Location
    Loganville, Ga
    Posts
    7
    Plugin Contributions
    0

    Default Re: Remove white background under elements in the colums

    thank you... Didn't see the replies.. Cache didn't refresh.

  6. #6
    Join Date
    Feb 2011
    Location
    Loganville, Ga
    Posts
    7
    Plugin Contributions
    0

    Default Re: Remove white background under elements in the colums

    You Rock! You were dead on the money with the background transparancy and though working in tpl_footer did not achieve center position, I achieved a stylish position off center to the right that I like. (I removed a div tag)

    Now I got to figure out how to make the top piece a paper slide under the search and nav bar and make the left sidebar match right when you click on a category.


    THANK YOU!

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

    Default Re: Remove white background under elements in the colums

    If I got it correctly you could try this:

    load the attached image in your CUSTOM_TEMPLATE/images
    then add the following to your stylesheet in the body declaration

    background-image: url(../images/header_bg.jpg);
    background-repeat: repeat-x;
    Attached Images Attached Images  

  8. #8
    Join Date
    Feb 2011
    Location
    Loganville, Ga
    Posts
    7
    Plugin Contributions
    0

    Default (Solved) Remove white background under elements in the colums

    Quote Originally Posted by keneso View Post
    If I got it correctly you could try this:

    load the attached image in your CUSTOM_TEMPLATE/images
    then add the following to your stylesheet in the body declaration

    background-image: url(../images/header_bg.jpg);
    background-repeat: repeat-x;
    Thank you very much for your last reply, I instead increased the "canvas" size of the image with transparency. I also discovered several other elements and I am on my way to getting this thing skinned properly. Matter of fact, I need to go back in to tpl_header and remove the /div tag I added because now That i have fixed things, it is wreaking havoc.

    Thank you again!

 

 

Similar Threads

  1. v150 Featured Image alignment and the white space under logo
    By jongaguy in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 28 Apr 2014, 05:37 AM
  2. background does not produce the order under the European region
    By skynike in forum Upgrading from 1.3.x to 1.3.9
    Replies: 0
    Last Post: 1 Jun 2010, 01:28 PM
  3. White text on white background for some parts
    By veronicathecow in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 16 Oct 2009, 07:13 PM
  4. i want the middle background white???
    By DCstyle in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 20 Jul 2008, 04:46 AM
  5. White space under the logo in i.e.
    By davidin in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 14 Jan 2007, 08:00 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