Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1040007
    Bikul
    Participant

    Hello,

    I like to remove the admin from the meta which is shown in a single post (contains of pencil, “admin” and “/”)

    Is there a CSS code for that?

    Thank you
    Bernd

    #1040040
    Rahul
    Moderator

    Hey Bernd,

    we can help you achieving that. I only need to know which stack you’re using and before we can get started you will have to create a child theme. If you do not know how to create a child theme go into our Video Tutorials section, we have a tutorial on how to set up a child theme there.

    #1040115
    Bikul
    Participant

    Hi Rahul

    I am using the Integrity Stack and use a child theme already.

    #1040500
    Friech
    Moderator

    Hi Bernd,

    You can add this under Custom > CSS in the Customizer.

    .single-post .p-meta span:first-of-type {
    	display: none;
    }

    Hope it helps, Cheers!

    #1040859
    Bikul
    Participant

    super: Thank you!

    #1041193
    Christopher
    Moderator

    You’re welcome.

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