Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #131988
    vasikk
    Participant

    Hi all,
    how to disable author and pemalink under contributions?
    I would like to keep the labels and rubrics.
    I just want hide the whole footer entry meta… I would not like…

    #132022
    Skandha
    Participant

    @vasikk: If you want to hide the author name and permalink Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #colophon .powered {
        display:none;
    }

    Let me know if you have anymore issues!

    Regards,
    Skandha

    #132136
    vasikk
    Participant

    Unfortunately, this does not work. none of my tried CSS tries to hide it.
    Screen

    #132142
    Skandha
    Participant

    @vasikk: Please post in your site URL.

    Regards,
    Skandha

    #132286
    vasikk
    Participant

    My blog
    Under all posts

    #132313
    Skandha
    Participant

    @vasikk: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    footer.entry-meta {
    	display:none;
    }
    
    .entry-summary img {
    	position:relative;
    	top:-20px;
    	left:-20px;
    }

    Let me know if this solves your issue!

    #133105
    vasikk
    Participant

    Hello, it hides everything. I would like to keep the labels.
    This will not be related to file editing “content-single.php”?

    #133166
    Skandha
    Participant

    @vasikk: Yes you will need to create a child theme and edit the content-single.php file. Let me know if you comfortable with child theme customization.

    Regards,
    Skandha

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Disable author and pemalinkin footer’ is closed to new replies.