Home Forums Basel support forum How can I hide informations in blog?

How can I hide informations in blog?

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #143606

    Orx und Vinn
    Participant

    Hey Super Mega Best Support team in the world,
    I need your amazing help!!!

    My blog should be as neutral as possible. I already found where I can hide the share buttons, the comment function, the first sentences and other things. But 3 informations are still visible:

    – the date of the article
    – the author
    – the category

    I already googled my problem and found a lot of solutions, so I made first some entries in CSS but it doesn’t work. 😞 After that I installed a plugin, but that do not work too……

    In the attachment are some photos:

    pink: the date which should be hidden
    blue: the category which should be hidden
    yellow: the author which should be hidden as well

    I am really sorry but in this case I found in addition a second problem which I could not solve.

    The situation: All pages are with header over content. In the most pages are the background behind the header so it looks more open and free in design. In a few pages I moved the background, the photo, title more down with WP bakery page build (add margin or empty space).

    I only have problems in the blog article, here nothing works…. The photo is always too high so it looks awful. I would like move it down. You can see it in the attachment photo:

    green: the article photo should be unter der header (in all articles).

    Thank you 100 times or nooooo….. THANK YOU 1.000.000.000 times for your super support in advance. 🥳 😎 👍 ✨

    Best wishes,
    Aaron

    #143607

    Orx und Vinn
    Participant

    The added photos are too big so here they are a bit smaller.

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

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    .blog-design-masonry .meta-post-categories,
    .blog-post-loop.has-post-thumbnail .post-date {
    display:none;
    }
    .single-post .site-content {
    margin-top: 100px;
    }

    Best Regards

    #143809

    Orx und Vinn
    Participant

    Heeeeeeey Elise,

    Thank you for your fast help!!! 😘 It is almost that what I wanted!!! 😃

    Nevertheless, the information of the person who post the post is still visible on the ‘single post page’, can you please tell me how I can hide it:

    yellow: posted from ……. or in german ”Gepostet von Aaron Vinn” (for example)

    Moreover, I got a new problem 😅. You sent me the css code to at margin on the ‘single post page’, the photo is with margin but the content is now under the photo ….

    So, I need please a css code to add margin to the text too.

    Thank you VERY VERY MUCH!!!!! ♥️
    Aaron

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

    Hello,

    Please update your site admin access I cannot log in and your site is under maintenance.

    Best Regards

    #143938

    Orx und Vinn
    Participant

    Hey Elise,

    Sure I will send you all the wanted informations 👍 😊

    Best wishes,
    Aaron

    #144080

    Hello,

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

    .blog-post-loop.post-single-page .entry-title {
    	  margin-top:60px!important;
    }
    .basel-dark .type-post .entry-meta li.meta-author {
        display:none;
    }

    Best Regards

    #144750

    Orx und Vinn
    Participant

    ❤️ SUPER SUPER SUPER GOOD!!! ❤️

    Everything looks perfectly. Like I want. 🥳

    Thank you!

    #144820

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘How can I hide informations in blog?’ is closed to new replies.