• Hi! Awesome plugin, great options so far.

    Hopefully simple question. On the Front Page, I want the background behind the POST CONTENT, META DATA, COMMENTS to be white, not transparent. Any suggestions? Running Divi in boxed Layout, and Divi’s options are no help, as Divi runs below Webcomic.
    Thanks for any help!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mike

    (@mgsisk)

    Hey @tilas, apologies for taking so long to reply. This actually depends partially on your theme; something like this may work:

    
    .webcomic-navigation + .hentry,
    .webcomic-meta,
    .webcomic-meta + .comments-area {
        background: #fff;
    }
    
    Thread Starter Shilo

    (@tilas)

    That worked, thank you! Next question, how do I make the area where the navigation icons are white as well? I’m using Divi’s Boxed layout and am trying to keep it all white in the background. It’s the last little area that has the background showing through. Appreciate the help!

    Plugin Author Mike

    (@mgsisk)

    Adding .webcomic-navigation to that list should do the trick:

    
    .webcomic-navigation,
    .webcomic-navigation + .hentry,
    .webcomic-meta,
    .webcomic-meta + .comments-area {
        background: #fff;
    }
    
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change the background of the Content area on Front Page?’ is closed to new replies.