Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1008534
    bedingfield
    Participant

    Hi there,

    I wondered if you could tell me what CSS is needed to change the 1px boxes on blog posts in masonry view in renew please, as I feel they are too light. Also the 1px line that is directly under the page title also.

    http://elyrunners.club/blog/

    Thank you.

    #1008569
    Lely
    Moderator

    Hello There,

    Thank you for posting in and giving us your site URL.
    Please use the following CSS:

    .x-iso-container-posts>.hentry .entry-wrap {
        border: 2px solid #f2f2f2; /*Feel free to adjust the values for box border*/
    }
    .x-header-landmark {
        border: 1px solid #f2f2f2; /*For the line below the title. Adjust accordingly*/
    }
    

    Hope this helps.

    #1008575
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .x-iso-container-posts > .hentry .entry-wrap {
      border: 2px solid #f2f2f2;
    }
    
    .x-header-landmark {
      border: 2px solid #f2f2f2;
    }

    Change the pixel value if needed.

    Hope this helps.

    Cheers!

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