Tagged: x
-
AuthorPosts
-
May 26, 2016 at 11:57 pm #1012422
bradkerinParticipantHi 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,
May 26, 2016 at 11:58 pm #1012425
bradkerinParticipantThis reply has been marked as private.May 27, 2016 at 12:55 am #1012474
RupokMemberHi 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!
May 27, 2016 at 2:41 am #1012570
bradkerinParticipantHi 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,
May 27, 2016 at 2:52 am #1012582
RupokMemberHi 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.
May 29, 2016 at 7:55 pm #1015740
bradkerinParticipantAh yes that makes sense – thanks for sorting that out for me!
Fantastic theme – love working with it and your support is fantastic!
May 29, 2016 at 9:33 pm #1015883
Rue NelModeratorYou’re welcome!
We’re glad we were able to help you out. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1012422 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
