Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1139979
    assistcharleston
    Participant

    Hi! I’d like to remove the author from the portfolio page. I’ve already tried adding:

    .p-meta > span:first-child {
    display: none;
    }

    and

    .author { display: none };

    to my custom css.

    Site is greenbagdesigns.com.

    #1140232
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To resolve your issue and remove the author in the post meta, your code should have work. I have checked your site and there was an invalid custom css code. Please have it updated and use this instead:

    .x-portfolio {
      background-color: #fff;
    }
    .author { 
      display: none; 
    }
    .p-meta > span:first-child {
      display: none;
    }

    We would loved to know if this has work for you. Thank you.

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