Results 1 to 7 of 7

Hybrid View

  1. #1
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Seamlessly Match the Colored Background Image onto the "Define Main Page" Area

    You can style/add #indexDefault to the stylesheet and depending where the image sits maybe just making #indexDefault back ground color transparent might be enough
    Zen-Venom Get Bitten

  2. #2
    Join Date
    Apr 2007
    Location
    Washington
    Posts
    115
    Plugin Contributions
    0

    Default Re: Seamlessly Match the Colored Background Image onto the "Define Main Page" Area

    Quote Originally Posted by kobra View Post
    You can style/add #indexDefault to the stylesheet and depending where the image sits maybe just making #indexDefault back ground color transparent might be enough
    I moved my image around a few times and used the following code, but couldn't get it to work just yet.

    Code:
    #indexDefault {
    
        background-color: transparent;
    
        }
    I'll keep messing with it. Thanks for your help, though.
    Cris

  3. #3
    Join Date
    Apr 2007
    Location
    Washington
    Posts
    115
    Plugin Contributions
    0

    Default Re: Seamlessly Match the Colored Background Image onto the "Define Main Page" Area

    Just an update on how this has been solved (or I'm solving).

    This may not be the best way to do it, but it's working.

    I'm going into the stylesheet and since I'm not real adept at css I'm searching for " background-color" and then replacing the color with this code:
    Code:
    background-color: #transparent;
    Seems to me there are about 5 items I had to add that to, thus far and it seems to have worked. I'm sure I can affect product pages and such this way as well.

    Just thought I'd share how I'm working with this problem so others can glean.

    Thanks for your help!
    Cris

  4. #4
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: Seamlessly Match the Colored Background Image onto the "Define Main Page" Area

    I've been known to go through a new-to-me stylesheet and change everything that has a defined colour to use a background colour of transparent, just to see what happens. It's easy to change back the few pieces that may need something else. (I usually just comment out the existing bg colour and add the transparent on a separate line; then it's easy to get back to what was there if needed.)

    Rob

 

 

Similar Threads

  1. Replies: 3
    Last Post: 15 Feb 2013, 03:17 PM
  2. v139h How do I move the entire "main content" area left or right?
    By Chargin in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 11 Feb 2012, 04:25 PM
  3. image background for the define main page
    By ScottDB in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 3 Sep 2011, 01:41 AM
  4. How to get rid of the site map on the "Define Pages" 404 page not found?
    By karma-lab in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Jun 2008, 04:50 AM
  5. Can I add an Image to the "Contact Us" an the "About Us" page's
    By PetesTown in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 28 Nov 2007, 05:02 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