Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1237005
    Lobsterass
    Participant

    Hola rockstars!

    Could you please tell me how to hide author + date on portfolio archive pages like this one? Please see image!

    <3

    #1237014
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    Add this in your customizer > Custom > CSS:

    .archive .entry-wrap .p-meta{
    display:none;
    }

    Let us know how it goes.

    Thanks.

    #1238423
    Lobsterass
    Participant

    Hola!

    Thanx! That removed the category (LOGO) as well. Is there a way to keep the category?

    <3

    #1238740
    Rupok
    Member

    Hi there,

    Let’s try this :

    .tax-portfolio-category .entry-wrap .p-meta span:last-child {
      display: none;
    }
    
    .tax-portfolio-category .entry-wrap .p-meta span:first-child {
      font-size: 0;
    }
    
    .tax-portfolio-category .entry-wrap .p-meta span:first-child a {
      font-size: 14px;
    }

    Cheers!

    #1240526
    Lobsterass
    Participant

    Hola!

    Awesome! Sorry for being so detail oriented but I added word-spacing to separate categories when there are several. This creates unwanted space on the left of the first category. Do you have a better solution for that so that categories are aligned left with headline?

    .tax-portfolio-category .entry-wrap .p-meta span:first-child {
    font-size: 0;
    word-spacing: 10px;
    }

    <3

    #1240576
    Christopher
    Moderator

    Hi there,

    Please add this code :

    p.p-meta span:first-child a:after {
        content: " ";
    }

    Thanks.

    #1240597
    Lobsterass
    Participant

    Awesome! I love you guys.

    <3

    #1240638
    Thai
    Moderator

    If you need anything else please let us know.

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