Results 1 to 4 of 4

Thread: Changing Header's Background Color To Transparent?

  1. #1

    Default Changing Header's Background Color To Transparent?

    Hello. I was wondering how to change the header background color to none or transparent. I do not see it anywhere in the CSS - Common Properties Panel when I click on any of the Headers in the Style menu. I've changed my site background to a Gradient image so I can't have just 1 set color for my Header background as my pages background color will be different the further down the page I go. IE: <h2>, <h3>, etc. Any help is appreciated. Thanks

  2. #2
    Senior Member gotFusion's Avatar
    Join Date
    Jan 2010
    Location
    www.gotHosting.biz
    Posts
    4,529

    Default

    do you have a url of what you want to accomplish or do you have a graphic rendering of what you want to end up with?
    NetObjects Fusion Cloud Linux enabled Web Hosting, support + training starts at $14.95
    NetObjects Fusion web Hosting and support + ASP + PHP + ColdFusion + MySQL + MS SQL
    FREE NetObjects Fusion Support & training comes with all web hosting accounts
    NetObjects Fusion Web Hosting: http://www.gotHosting.biz

  3. #3

    Default

    My site is http://askb4ubet.com/ and as you can see, the <h1>, <h2>, etc tags all have a background color that I can't get rid of. I've tried adding a transparent image but it just ends up with a white background. What I want to end up with is for my headers to have no BG color so it will blend in with my site's current BG.

  4. #4
    Junior Member Nancy O.'s Avatar
    Join Date
    Apr 2010
    Location
    Southern California
    Posts
    13

    Default

    Your site.css has background-color rules on H1 and H2 selectors. If you remove those, your headings will be transparent again.

    Code:
    H1
    {
    background-color : rgb(192,192,192);
    }
    
    H2
    {
    background-color : rgb(192,192,192)
    }
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •