Okay
  Public Ticket #373119
Remove date ib recent post widgets
Closed

Comments

  •  1
    Joerg started the conversation

    Hi Thair,

    can you please help me to hide or remove the small date in the footer in widget recents posts?

    Thanks

    Joerg

  •  8,848
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    #footer-outer .col .recent_posts_extra_widget .post-widget-text span {
        display: none !important;
    }

    Thanks



    ThemeNectar Support Team 

  •  1
    Joerg replied

    Thank you!!!