Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1389622
    clitara66
    Participant

    Hi there,

    Here is my info:
    site: http://www.alchemythree.com
    wordpress version: 4.1.2
    x-theme: 4.6.4

    I need to remove the name and date info beneath the title of each portfolio item. Here is an example of one of these items: https://alchemythree.com/portfolio-item/ambit-creative/

    I am also wondering if there is a way to have the portfolio item title first, then the image/slideshow and then the descriptive copy?

    Thank you!
    Tara

    #1389879
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .single-x-portfolio .p-meta {
        display: none;
    }

    Hope this helps and if you want to change the layout then you need to change the template with Child Theme

    Cheers!

    #1390054
    clitara66
    Participant

    Hi there,

    Thanks for that–however, I would like to keep the date and author for each blog post. Is there a way to keep the time stamp for blogs but not the portfolio items?

    Thanks!

    #1390150
    Lely
    Moderator

    Hi There,

    I am little confuse. Above CSS will only affect Portfolio item page and not blog post.
    Although we can hide each element by using this custom CSS:

    .single-x-portfolio .p-meta>span:first-child {
        display: none; /*Hides author*/
    }
    .single-x-portfolio .p-meta>span:nth-child(2) {
         display: none; /*Hides Date*/
    }
    .single-x-portfolio .p-meta>span:last-child {
        display: none; /*Hides author*/
    }

    Hope this helps.

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