• https://www.howtodothatthing.com

    I have been searching for a way to make changed to the featurette divider between featured pages and recent posts, as well as the background for featured posts. I want a dark background with the actual content on white.

    <div class=”row column-content-wrapper” style=”
    background-color: #000;
    “>

    This work when I f12 it, but I have no idea how to cause the CSS customizr to reference that point and override it.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter illunadin

    (@illunadin)

    Follow up question: I can change the navbar colors like a champ, but can’t seem to do so for the rest of the body. Ideally the navbar and body will have two separate gradients.

    OK, start with:

    .featurette-divider {
        margin: 30px 0;
        clear: both;
        border: 1px solid red; /* Change red to your choice */
    }

    The 3 FP backgrounds?

    .home .widget-front {
        text-align: center;
        background-color: red; /* Change red to your choice */
    }
    Thread Starter illunadin

    (@illunadin)

    Excellent, worked like it said on the package.

    Not the FP backgrounds, the recent posts underneath the featurette divider.

    Also, since I have you on the line, thank you very much. I have read so many of the things you have written about customizr. Your past self has indeed been a great help.

    Thread Starter illunadin

    (@illunadin)

    The area I would be looking for is div.row.column-content-wrapper

    Start here:

    .row.column-content-wrapper {
      background-color: red;
    }
    .entry-header {
        background-color: green;
    }
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How do I change the color of the Featurette Divider and Recent Posts background’ is closed to new replies.