Panel Backgrounds

  • Unknown's avatar

    Currently you can only choose one background colour which makes it difficult to distinguish between the different panels. How can I have different colours for each of my different panels?

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

  • Unknown's avatar

    Hi, I’m not seeing any panels on your main page, but looking at the Lodestar demo site, it appears we can use the unique post id CSS class from the “article” divs and then set a background color on panel-content div. This would be an example of what it would look like.

    #post-124 .panel-content {
      background-color: #cc0000;
    }

    Using your web inspector built into your browser, you will be looking for something like this for each panel in the html side.
    <article id="post-124" class="lodestar-panel...

  • The topic ‘Panel Backgrounds’ is closed to new replies.