Remove or Hide info on Portfolio Page - by lisamarie

This topic has 6 replies, 3 voices, and was last updated 8 years, 7 months ago ago by Jack Richardson

  • Avatar: lisamarie
    lisamarie
    Participant
    October 14, 2015 at 16:34

    Hello 🙂
    I was wondering how it would be possible to remove

    “Posted on October 14, 2012 by admin | Comments Off on Custom Engagement Ring and Band | Edit” section just under portfolio title.

    Also, to remove the heading”Project Details” and to hide “comments closed”

    Perhaps through some CSS, and what would that be ?

    Sincere Thanks

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    October 14, 2015 at 16:44

    Hello,

    You can to add this code in custom.css

    .article .entry-utility,
    .portfolio-content h2{
    display:none;
    }

    Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.

    Regards,
    Robert Hall.

    Avatar: lisamarie
    lisamarie
    Participant
    October 14, 2015 at 17:10

    Fantastic, thanks so much Robert 🙂 and how do I remove the “commments closed” item it displays below the recent works slider?

    sincerely,
    LM

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 15, 2015 at 07:17

    Hello,

    Add this code in custom.css file:

    #comments {
        display: none;
    }

    Best regards,
    Jack Richardson.

    Avatar: lisamarie
    lisamarie
    Participant
    October 15, 2015 at 09:27

    that did the trick 🙂
    sincere thanks

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 15, 2015 at 10:23

    Hello,

    You’re welcome.

    Best regards,
    Jack Richardson.

  • Viewing 6 results - 1 through 6 (of 6 total)

The issue related to '‘Remove or Hide info on Portfolio Page’' has been successfully resolved, and the topic is now closed for further responses

Helpful Topics

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.