Viewing 3 replies - 1 through 3 (of 3 total)
  • I got the same issue since the last theme update. On my site http://www.frauenhaus-diepholz.de I changed the margins of the header image to zero like this:

    #branding hgroup {
        margin: 0;
        padding: 0;
    }
    .page-header {
        background-color: #FFFFFF;
        border-bottom: 0px solid #CCCCCC;
         -moz-border-radius: 0px;
    	border-radius: 0px;
        margin: 0 0 0em;
        padding: 0;
    }

    In the past there was no problem with this after theme updates. But since the last theme update my custom css doesn’t work anymore. I would be glad if someone could help.

    Hello,

    I figured out about my header image issue: The style.css file has changed since the last theme update so you must change your custom css too. So here’s my solution to set the margins round the header image to zero:

    #header-content {
        margin: 0;
        padding: 0;
        position: relative;
    }

    @seanhebert: I think you must check the new style.css file and see what has changed about the colours. Then customize your colours and copy your new code in the custom css box.

    Thread Starter seanhebert

    (@seanhebert)

    Thanks zuggup. Im not sure why it would change though. I copy and paste it right into the custom css field. Im not updating wordpress or the theme. But I will try to change the colors after the paste.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom css’ is closed to new replies.