Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1059820
    rekluse
    Participant

    Hi, 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!

    #1059840
    Christopher
    Moderator

    Hi 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.

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