Tagged: x
-
AuthorPosts
-
June 26, 2016 at 1:36 am #1059820
rekluseParticipantHi, I was hoping you could help me customize the portfolio page I am working on. Here is a link:
http://everyoneisright.com/courses/
I am trying to figure out how to do a couple different variations:
1. Replace the Title overlays at the bottom of each portfolio item with the Author(s) associated with the item.
or
2. Remove the overlay altogether.
I’d like to be able to make these changes to the portfolio page only, without affecting how items look on other masonry-style pages (such as our category pages: http://everyoneisright.com/category/topics/art-creativity/)
Any suggestions?
Thanks so much, your support here is always awesome!
June 26, 2016 at 2:09 am #1059840
ChristopherModeratorHi there,
#1 Regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities.
#2 Please add following code in Customize -> Custom -> CSS :
.page-template-template-layout-portfolio h2.h-entry-cover { display: none; }Hope it helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1059820 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
