Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1005518
    obillson
    Participant

    Hi there,

    We’re currently using the masonry blog layout on the Renew theme.

    We want to remove the padding around the featured image, so that it has no border and extends to the full width of the blue box, and all the way to the top.

    We also want to turn the text white, and make it smaller.

    It’s all stuff I’ve done quite easily in other areas of X, but can’t for the life of me find the CSS that handles this stuff.

    Thanks in advance!

    #1005519
    obillson
    Participant
    This reply has been marked as private.
    #1005536
    Jade
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    .blog .entry-featured {
        padding: 0;
    }
    
    .blog .entry-title a {
        font-size: 130%;
        color: #fff !important;
        padding-top: 15px;
        display: inline-block;
    }
    

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1005518 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>