Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1359990
    KristinWinspear
    Participant

    Hi there,

    Your theme is awesome, I use it exclusively and love the customizability.

    I am having an issue with my Portfolio Item Page. I used CSS to hide the Featured Image and that worked but now all of my content is squished in a right column and there is nothing in the left column!

    Here is a link
    Portfolio Item with Issue

    To make it easy, I’ll make a list of the things I’d love to do with it! I have mined the forum and tried some of the suggestions in other replies but nothing seems to work.

    1. I’d like to hide the Featured Image
    2. I’d like to be able to customize the page to have a 2/3 left column with a rev slider and a 1/3 right column with text (right now, all of the content is squeezing into a narrow right column with the left column empty!).

    I’d like the page to look like this:

    Example of Layout I Want

    But want all of the Portfolio functionality.

    Thank you a million in advance!

    #1360067
    Jade
    Moderator

    Hi there,

    Please try this code in the custom CSS:

    
    .single-x-portfolio .entry-featured {
        display: none;
    }
    
    .single-x-portfolio .entry-wrap {
        width: 100%;
    }

    Hope this helps.

    #1366467
    KristinWinspear
    Participant

    THANK YOU!

    It worked. 🙂

    One more question, how can I disable the title on the single portfolio post?

    #1366735
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .postid-373 h1.h-landmark {
        display: none;
    }

    To locate post/page id please refer following documentation:

    https://community.theme.co/kb/how-to-locate-post-ids/

    Thanks.

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