Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1121117
    Apricitymedia
    Participant

    Hi there, quick question.

    My site URL is http://apricitymedia.co.uk

    If you scroll down to section 5, entitled ‘Latest Posts’, you’ll se that the blog post there is just a blue square surrounded by a black box.

    Firstly, how do I remove the black box? Secondly, how do I insert a picture into the space where the blue box is?

    Many thanks

    #1121256
    John Ezra
    Member

    Hi there,

    Thanks for writing in! To remove the black box, you will need to use CSS. You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    .x-recent-posts a {
        background: transparent;
        border: none;
        box-shadow: none;
    }

    Regarding the image, you will need to go to the post itself, edit the post and add a featured image.

    Let us know how that goes. Hope this helps – thanks!

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