badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Remove author from displaying?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2885
    abuchanterrell
    Participant

    How can I remove the “by author” from displaying with posts? Looking at some of the other posts about removing the title, etc., it seems like I need to add code to the custom CSS in the theme options to do so. What code do I add?

    Any help would be much appreciated!

    #2894
    Rabin Shrestha
    Participant

    Hi,

    For removing the “By author” from the post you can paste the CSS below in your Custom CSS box

    .by-author{
        display:none;
    }

    and click Save All Changes

    But the vertical bar will remain in the front. For that to remove you have to edit the code through child theme.

    Rabin

    #2905
    abuchanterrell
    Participant

    Thanks for the reply, but I pasted the code into the custom CSS and “by author” is still being displayed.

    Any further suggestions?

    And, what do you mean by vertical bar on the front?

    #2915
    Rabin Shrestha
    Participant

    Can you post link to your site? Then we will have a look.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.