• Resolved natroneous

    (@natroneous)


    Hello,

    I’m having a problem with the header image. I decided just not to use it, but my home page still looks like it’s trying to. It seems to have something to do with changing my Reading Settings to Static > Home. I would like my home page to just be a blank, full-width page like my other pages. Can you help?

    http://deborahsielski.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Visit Appearance > Theme settings, and put this in the Custom CSS

    /*__________static front page: hide title__________*/
    .home.singular-page .hentry .entry-title {
    	position: absolute;
    	clip: rect(1px, 1px, 1px, 1px);
    }
    
    /*__________static front page: content fix__________*/
    .home.singular-page #content { width: 68.0851%; }
    .home.singular-page.page-template-fullwidth #content { width: 100%; }
    .home.singular-page .hentry { width: auto; height: auto; }

    The CSS of this theme (Version 0.2.9 at the time of writing) doesn’t care for the situation when the front page display is set to a page, the above CSS is a temporary patch.

    In the future, if theme updates with the fix, don’t forget to remove that CSS.

    Thread Starter natroneous

    (@natroneous)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problems with Header Image’ is closed to new replies.