Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1212828
    lisacole1
    Participant

    http://jimrossphoto.com/wedding-portfolio/

    when you mouse over a portfolio item I’d like it just to say the title, not gallery and the date.

    is that possible please.

    #1212895
    lisacole1
    Participant

    and I have hidden the tags but not the title ‘Tags’ on individual items. Please can you tell me how to do that.
    This is the code I have grabbed from the forum to make it full width and hide what I have

    .x-portfolio .entry-info {
    width: 100%;
    }
    
    .x-portfolio .entry-extra {
    width: 100%;
    margin-top: 10px;
    }
    
    .single-x-portfolio .entry-featured {
        display: none;
    }
    
    .x-iso-container-portfolio .entry-featured {
        border: none;
    }
    
    .single-x-portfolio .p-meta,
    .single-x-portfolio .entry-extra ul {
      display: none !important;
    }
    #1213243
    Rupok
    Member

    Hi there,

    Thanks for writing in!

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

    .x-portfolio .entry-cover-content span {
      display: none;
    }

    #2. You need to add this to hide the text “Tags” :

    .x-portfolio .h-extra.skills {
      display: none;
    }

    Hope this helps.

    Cheers!

    #1214176
    lisacole1
    Participant

    perfect, thank you so much!

    #1214344
    Rad
    Moderator

    You’re so much welcome!

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