Adelle Theme: Help with banner, sidebar, widget area

  • Unknown's avatar

    Dear all,

    I searched through all the topics but couldn’t find any help. I am working on the Adelle theme and want the black banner to be in the style of this blog http://girllostinthecity.com/ but the lines should be a little thicker and black. I want the very same for the widget area and I want this area to be white. I want the lines under the posts to be two thin grey lines. I would really appreciate help with this!

    Greetings from Germany :-)

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Try adding this custom CSS:

    #main-navigation {
    	border: solid #000;
    	border-width: 3px 0;
    	background: #fff;
    }
    
    .navigation-main:before, .navigation-main:after {
    	border: none;
    }
    
    #secondary {
    	background: #fff;
    }
    
    #secondary .widget {
    	border: solid #000;
    	border-width: 3px 0;
    }
  • Unknown's avatar

    Hey, many thanks for your quick help :-)
    It looks good on the widget area now but the banner is still thick. The lines under the posts are still two thick lines, any ideas how I can change this?

    Many thanks in advance for your help!

  • Unknown's avatar

    Ah, I see my mistake. Please replace what I showed you above with this:

    .navigation-main {
        border: solid #000;
        border-width: 3px 0;
        background: #fff ;
    }
    
    .navigation-main:before, .navigation-main:after {
        border: none;
    }
    
    #secondary {
        background: #fff;
    }
    
    #secondary .widget {
        border: solid #000;
        border-width: 3px 0;
    }
  • Unknown's avatar

    Many thanks, it worked! :-)

  • The topic ‘Adelle Theme: Help with banner, sidebar, widget area’ is closed to new replies.