No Featured Images in Book Lite

  • Unknown's avatar

    Here is my site:http://woodsongstudioblog.wordpress.com/about/

    I have uploaded featured images on pages “about” “gallery” “blog” and “contact” and while they were showing up fine yesterday, they aren’t showing up at all today. I’ve seen this same issue in the forums for other themes, but not Book Lite. Any suggestions?

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

  • Unknown's avatar

    Hi there, it is your custom CSS that’s causing the custom header not to appear. If you preview your blog without the custom CSS, the Book Lite theme is displaying the custom headers as expected. Checking your CSS to figure out which of the many lines is the culprit :)

  • Unknown's avatar

    I’ve edited your Custom CSS and updated the mode to “Add-On” (from replace Theme’s CSS) so that now your featured images are showing up as custom headers.

    If you have any further CSS customization questions, this forum is a great resource, both for browsing through the previous discussions and for posting your questions: https://en.forums.wordpress.com/forum/css-customization

  • Unknown's avatar

    Thank you for fixing the featured image issue, but you removed some other Custom CSS that I had used to format the headers…

    I am also trying to figure out how to remove the drop caps at the beginning of the body text. Any suggestions?

  • Unknown's avatar

    Ah, never mind. I figured it out. For the sake of sharing with others, I changed the font-variant, font-size, and line spacing…

    .bypostauthor {
    }

    .entry-content > p:first-child:first-line {
    letter-spacing: .05em;
    font-variant: none;
    }

    .format-standard .entry-content > p:first-child:first-letter,
    .page .entry-content > p:first-child:first-letter {
    color: #000;
    float: none;
    font-size: 1.5em;
    font-size: 1.5em;
    line-height: .8em;
    margin: 0;
    }

    Thanks!

  • Unknown's avatar

    Ack, sorry for accidentally removing some of your Custom CSS. Thanks for sharing your customization tips!

  • The topic ‘No Featured Images in Book Lite’ is closed to new replies.