Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1190805
    okcadscom
    Participant

    I have a client who is requesting that when the screen size is reduced to phone that the featured image not appear and only the text list of the portfolio items remain. I know I can accomplish this by building a page in cornerstone but I just as soon use the existing page template. Any thoughts?

    m.

    #1190907
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance > Customizer > Custom > CSS

    @media (min-width: 480px) {
    .page-template-template-layout-portfolio .entry-featured {
    display: none;
    }
    }

    Hope it helps

    Joao

    #1190953
    okcadscom
    Participant

    well, it was pretty close to what I was trying to accomplish except the opposite. I believe you meant to put in max-width: 480px? thanks for the speedy response.
    m.

    #1190995
    Joao
    Moderator

    Hi There,

    Yes you are correct.

    My mistake.

    Hope it helped

    Joao

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