Okay
  Public Ticket #2910291
Remove Dates Portfolio
Closed

Comments

  •  1
    kennedysean started the conversation

    Hi,

    I'd like to remove the dates shown at this link https://kennedy-designs.co.uk/gallery/

    I have already unticked the option to do in the Salient Theme Options and it hasn't made any difference.

    Both the title displayed and the date seem to be under the same CSS class "item-main"

    Any help would be appreciated

    Thanks

    Megan 

  •  2,958
    Andrew replied

    Hello Megan,

    Use the following CSS.

    .nectar-post-grid .meta-date {
        display: none;
    }
    

    Regards,

  •  1
    kennedysean replied

    Thanks for your quick reply - this worked perfectly!

  •  1
    esatpiroglu replied

    How can reach to template.php? Could u please share the related path? For example 'single-portfolio.php'? Because of I want add custom field to Product item's details. Like ScreenShot.

  •  2,958
    Andrew replied

    Hello again,

    You can find the single portfolio files at wp-content/themes/salient/includes/partials/single-portfolio

    Regards,

  •  1
    esatpiroglu replied

    No, you wasn't check the screenshot. I found the path: wp-content/plugins/salient-portfolio/includes/frontend/shortcode.php