Forums

[resolved] Removing stubborn border from header in TwentyElevn (4 posts)

  1. mello798
    Member
    Posted 6 months ago #

    Hello!

    This is what is driving me insane: http://www.actdesign.net/
    see the black border over the header? WHY!?

    I'm using a child theme and my style.css looks like this:

    [CSS code moderated - a link to yoursite is enough to acces the stylesheet]

    I tried setting branding img borders to 0 with no success, Of course if I toggle display of the whole "branding" header the border is gone, but if i try to override the borders in #branding I can't! I can modify bottom left and right but the top border will keep the black 1px line.

    Very sorry to be the total noob, I would really appreciate any help.

    Love,

    M.

  2. mello798
    Member
    Posted 6 months ago #

    I know made it invisible changing the png of the background but the border is still there :(

  3. alchymyth
    The Sweeper
    Posted 6 months ago #

    for these kind of questions, please try working with a web tool such as Firebug or Firefox web developer add-on.

    your attempts are overwritten by this style in /colors/dark.css of twenty eleven:

    #branding {
    	border-top: 2px solid #0a0a0a;
    }

    simply use in your child theme:

    #branding { border-top: none!important; }

  4. mello798
    Member
    Posted 6 months ago #

    I did try to use firebug but I guess I could not see that it came from dark.css!

    Well thanks a lot!

Reply

You must log in to post.

About this Topic