Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1280505
    thatcreativeguy
    Participant

    Is there a way to shrink down the extremely large images on the portfolio pages in the icon theme? Or is it set to default like that and can’t be changed? Link here – http://that-creativeguy.com/the-work/

    I would love to make the image much smaller because it’s needed so that people can get a glimpse of what design piece they will be looking at.

    Or if it can be hidden, that’s an option too!

    Thanks!

    #1280506
    thatcreativeguy
    Participant
    This reply has been marked as private.
    #1280512
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    @media (min-width: 980px){
        .x-portfolio .entry-featured {
            max-width: 50%;
            margin: 0 auto;
        }
    }

    Hope it helps 🙂

    #1281812
    thatcreativeguy
    Participant
    This reply has been marked as private.
    #1281825
    Rupok
    Member

    Hi there,

    Thanks for writing back. You can use the below CSS to hide the texts :

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

    Cheers!

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