Remove information from blog page - by ycs7a

This topic has 4 replies, 2 voices, and was last updated 7 years, 10 months ago ago by Rose Tyler

  • Avatar: ycs7a
    ycs7a
    Participant
    January 6, 2017 at 12:54

    Hi,

    I wish to remove the following elements from the blogs.

    1. Every blog starts with information about the category, title, author etc. Please see this image.

    For example, for this blog:
    ‘Nieuws
    GOUDINKOOP – DE BESTE PRIJS!
    Geschreven op 16/12/2016 om 09:45 door Christian’

    2. The section’About the Author’

    3. The message at the bottom: ‘U kunt geen reactie plaatsen’ (English: ‘You cannot place any comments’).

    Thank you.

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 6, 2017 at 13:22

    Hello,

    Try to add this code in Custom CSS:

    .single-post .blog-post .active {
        display: none;
    }
    .single-post .blog-post  .entry-title {
        display: none; 
    }
    .single-post .blog-post  .meta-post {
        display: none; 
    }
    .single-post .content.col-md-12 p:last-child {
        display: none;
    }
    .single-post .blog-post .content-article p{
        display:block !important;
    }

    Go to Theme Options > Blog Layout > Show About Author block.

    Regards,
    Rose Tyler.

    Avatar: ycs7a
    ycs7a
    Participant
    January 6, 2017 at 16:58

    Thank you

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 6, 2017 at 17:11

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘Remove information from blog page’' has been successfully resolved, and the topic is now closed for further responses

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.