Home Forums Basel support forum Hide Featured image from single blog post

Hide Featured image from single blog post

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #204096

    Userdan
    Participant

    Hi there,

    Please could you send through the correct CSS to hide a featured image on a single blog post?

    Many thanks,

    #204138

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .post-single-page.blog-design-default-alt .entry-thumbnail {
        margin-bottom: 15px;
        display: none;
    }

    Best Regards

    #204166

    Userdan
    Participant

    Hi there,

    Thank you, this seems to be creating a little spacing issue with the date and the blog title. See screenshot.

    Any fixes?

    Attachments:
    You must be logged in to view attached files.
    #204235

    Hello,

    Please provide the page URL I will try to move up the date or delete it with CSS.

    Best Regards

    #204382

    Userdan
    Participant

    Hi there,

    Please find the link below.

    Can you provide the CSS to hide the featured image?

    Many thanks,

    #204407

    Hello,

    Please replace the code with this one:

    .blog-post-loop.post-single-page .entry-thumbnail {
    display:none;
    }
    .blog-post-loop.post-single-page .entry-title {
        display:inline-block;
    	   margin-top:100px;
    }

    Best Regards

    #204734

    Userdan
    Participant

    Hi there,

    There still seems to be some spacing issues – can I also remove the date box from the title too with CSS?

    Many thanks!

    Attachments:
    You must be logged in to view attached files.
    #204859

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .blog-design-default .post-date {
        display:none;
    }

    Delete this code:

    .blog-post-loop.post-single-page .entry-title {
        display:inline-block;
    	   margin-top:100px;
    }

    Best Regards

Viewing 8 posts - 1 through 8 (of 8 total)