Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1162984
    owenb
    Participant

    Hiya, setting up a portfolio page here: http://owenbillcliffe.co.uk/portfolio/

    I’d like to have the title of each item show up on the thumbnail permanently (ideally sat towards the bottom), not slide in on hover. Any easy way to do this in CSS at all?

    Also, I’d like to remove the ‘Image’, or ‘Gallery’ or ‘Video’ and the date from the title, but it looks like I’ll need to edit the page template in PHP to remove those?

    EDIT: I’ve used this to remove the ‘Image’ and date tags:

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

    Is that a satisfactory workaround do you think? So long as I don’t use any other ‘span’ in that entry-cover! 😉

    #1163106
    Christian
    Moderator

    Hey Owen,

    To make the entry cover display permanently, please add the code below in your Appearance > Customize > Custom > Global CSS

    .x-portfolio .entry-featured .entry-cover {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        background: rgba(255,255,255,0.5);
    }

    Moving it to the bottom would be a bit involved though so you might want to contact our trusted partners who caters X setup and customization needs. Please see https://community.theme.co/custom-development/

    Thanks.

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