Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1012422
    bradkerin
    Participant

    Hi there, i’m looking to customise my Portfolio Page – http://carbonmarketinstitute.org/latest-news/ – in the following ways:

    1. Show the Portfolio Title at the top of the page, as in the demo here – http://theme.co/x/demo/integrity/1/portfolio/

    2. Show the Categories under the Portfolio title as in the demo – http://theme.co/x/demo/integrity/1/portfolio/ – but without the “Sort Portfolio” button.

    2. Show the date meta only on the Portfolio card under the item Title.

    _________________________________________

    On the individual Portfolio Post page – http://carbonmarketinstitute.org/latest-news/clean-energy-regulator-releases-newest-discussion-papers/ I would like to make the following changes:

    1. Reduce the Title font size

    2. Remove the Author from meta information (only want to show the date)

    3. Move the Categories to above the “Learn More” button.

    Hope that makes sense and isn’t too much to ask! Really appreciate all the assistance you give it’s so fantastic!

    Thanks,

    #1012425
    bradkerin
    Participant
    This reply has been marked as private.
    #1012474
    Rupok
    Member

    Hi there,

    Thanks for writing in!

    #1. You have already hide the header and changed the background with the below code :

    header.x-header-landmark {
        display: none;
    }
    .x-header-landmark {
        background-color: #e4e1d0;
        border-color: #e4e1d0;
        padding: 45px 0;
    }

    I am not sure why you are doing this but it’s hiding the header.

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

    .x-portfolio-filters {
      display: none;
    }
    
    .x-portfolio-filters-menu {
      display: block !important;
    }

    #3. It will need custom development with Child Theme and we can’t assist you on such customization.

    Regarding the single portfolio page :

    #1. You can use this :

    .entry-title.entry-title-portfolio {
      font-size: 36px;
      line-height: 1.2;
    }

    #2. Let’ add this to remove author :

    .p-meta > span:first-child {
      display: none;
    }

    #3. Again, it’s only possible with template change that requires Child Theme and it’s out of our support scope.

    Hope this helps.

    Cheers!

    #1012570
    bradkerin
    Participant

    Hi there,

    Thanks so much for that – the portfolio page code worked perfectly! Not sure why those other header bits were still in there – I completely missed them!

    As for the single page, I was able to remove the author meta, but the title font-size code didn’t work. An other work arounds?

    Thanks,

    #1012582
    Rupok
    Member

    Hi there,

    Thanks for updating. I can’t see the code on your site that was suggested for reducing single page title. However you can try this because you already have some other conflicting CSS for the same class :

    .entry-title.entry-title-portfolio {
      font-size: 36px !important;
      line-height: 1.2 !important;
    }

    Hope this makes sense.

    #1015740
    bradkerin
    Participant

    Ah yes that makes sense – thanks for sorting that out for me!

    Fantastic theme – love working with it and your support is fantastic!

    #1015883
    Rue Nel
    Moderator

    You’re welcome!
    We’re glad we were able to help you out.

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