Viewing 10 replies - 1 through 10 (of 10 total)
  • Site url?

    Thread Starter ryan_tnt

    (@ryan_tnt)

    I dont have a site URL but here is a screenshot
    WordPress

    and Im trying to make it like this example

    Unless we can see the live site, we can’t offer much help. I can only suggest that you try using Firefox with the Firebug add-on for this kind of work.

    Thread Starter ryan_tnt

    (@ryan_tnt)

    okay I got it live now, hopefully u can help me now lol

    wordpress site

    #page {background:transparent;}
    #main, #primary { background:#000;}
    #access {margin-bottom:0;}
    Thread Starter ryan_tnt

    (@ryan_tnt)

    thnx but It doesnt seem to work..

    @import url('../twentyeleven/style.css');
    /*
    Theme Name: Child Of TwentyEleven
    Theme URI: http://wordpress.org/
    Author: RL
    Description:
    Template: twentyeleven 
    
    */
    
    #page {background:transparent;}
    #main, #primary { background:transparent;}
    #access {margin-bottom:0;}

    you still can see the dark background behind the header image.
    site

    Thread Starter ryan_tnt

    (@ryan_tnt)

    It works but only if I choose for the light color scheme in the Theme Options.

    Is there a way to make it work with the dark color scheme?
    Twenty Eleven Site

    thank you.

    Didn’t notice the footer. You just have to add:

    #site-generator {
        background: #000;
        border-top-color:#000DD;
        color: #ddd;
    }
    Thread Starter ryan_tnt

    (@ryan_tnt)

    Thnx, I ended up copying the whole dark.css to my Child theme so every light object changes to dark.

    First I just modified the dark.css but I know thats not the proper way of doing it.

    But there is now a border on top of the image header, how can I get rid of this?

    Site

    Thread Starter ryan_tnt

    (@ryan_tnt)

    never mind I found it.

    #branding {
    	border-top: 0px solid #0a0a0a;
    }
Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘[Theme: Twenty Eleven] [Theme: TwentyEleven] Transparent background header’ is closed to new replies.