• Hi!

    I wonder how I remove the “Show Posts from admin” icon from every page. I’m using the free version so I wonder if it is even possible and if, then how?
    The icon I’m talking about looks like a gray circle with a person in it.

    Best regards
    Isac

Viewing 11 replies - 1 through 11 (of 11 total)
  • Hello!

    Could you please share a link to your website, so I could take a look?

    Cheers,
    Balint

    Thread Starter stadell

    (@stadell)

    Hi again,
    It seems like I found out how do to it, so no help needed. Thanks anyway!

    Cheers

    Thread Starter stadell

    (@stadell)

    Okey now I have a question!

    How do I remove the white space between the menu and the page? There’s a lot of white “nothing” covering most of the page which makes it look weird. And this space was created by removing the gray circle I mentioned earlier.

    https://itcare.nu/

    There you have my website.

    Hello!

    The template contains a div called bio-avatar (screenshot here) which is currently empty on your site, but takes up place.

    In order to hide that div, please apply this custom CSS code:

    .bio-avatar {
        display: none;
    }

    The best practice is to put this code in some custom css plugin, instead of editing any of the template’s files directly. If you need any help applying this code, just let me know.

    Cheers,
    Balint

    Thread Starter stadell

    (@stadell)

    Hi!

    I got the Simple Custom CSS plugin. I just put this code in the plugin but it is still the same, do I have to do it in any specific way?

    /Isac

    Thread Starter stadell

    (@stadell)

    I have know tried to put in several places, still no difference. What do I need to do? Sorry for being so amatuerish… First time I’m creating a webiste.

    /Isac

    Hello!

    Please don’t be sorry, it is completely normal, every and each one of us was a beginner at some time. I am happy to help, I was busy this is why I could not reply faster, so I have to say sorry.

    I made a mistake, because the code I have given you previously worked, it has hidden the empty div, but the article div has also some margin which I did not notice earlier. Please apply this code in Simple Custom CSS, and the two snippets should be enough to achieve what you want.

    Please let me know how it goes.

    Cheers,
    Balint

    Thread Starter stadell

    (@stadell)

    No worries! I’m not sure I get it, because I have applied the code you gave me earlier in the Simple Custom CSS, but nothing happens.

    Oh, sorry, I did not paste the additional code ?? My bad.

    #content article {
        margin-top: 0;
    }
    Thread Starter stadell

    (@stadell)

    It works! Thank you so much!

    You are welcome ?? I am glad that I could help You out!

    Cheers,
    Balint

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Show Posts from admin’ is closed to new replies.