Okay
  Public Ticket #2230655
Hide Date tag information
Closed

Comments

  • DouglasPan started the conversation

    I need to hide the DATE information on the Recent Projects Slider in my HomePage.
    the site is www.paraapp.com.br
    I Use a plugin but hide this information all over the site, and the post autor too. so i uninstall the plugin.
    I Need to know how i do that, is possible to use a CSS code to hide this?
    I need a plugin to do that?

    Here is a screenshot:

    https://imge.to/i/vdwP9t

    vdwP9t.md.jpg


    I Just need to hide this information inside the red boxes, I made this slider for showing the post categories, I use a project slider instead a category slider because is it exacly the design we need.
    Please, help us, we are trying a lot things to solve that.
    Anyone can reach me by WhatsApp, just add my number and send me a message: +55 11 987796146
    Thank you very much in advance.


  •  3,023
    Andrew replied


    Hi there,

    -You can choose not to display date in Salient > Portfolio > Functionality

    4425274181.png


    Hope this helps.

  •  8,992
    Tahir replied

    Hey Again, Hope you had a Great Weekend, 

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .carousel-wrap.recent-work-carousel .portfolio-items .col .work-info .vert-center p{
        display:none !important;
    }

    Thanks


    ThemeNectar Support Team