Okay
  Public Ticket #363497
Remove Link URL from Link Post
Closed

Comments

  • Rob started the conversation

    Hello

    In a link format post, is it possible in a masonry style blog to just show the Description (the post title) instead of the URL? Some URLs are very long and I would prefer them to be hidden instead of putting them through a URL shortner

    Thank you :)

  •  8,441
    Tahir replied

    Hey Rob!

    You can turn off click using custom css though if thats what you mean ?. Please provide the page url as well . 

    Thanks 


    ThemeNectar Support Team 

  • Rob replied

    Hey

    Yes - In fact I can show you on your demo - screenshot of what I mean here https://www.dropbox.com/s/j0r4qvnmtlw0g29/wordpres...

    Thank you

    Rob

  •  8,441
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel :
    article.post.link .post-content .destination {
        display: none !important;
    }
    
    Thanks 


    ThemeNectar Support Team 

  • Rob replied

    Awesome, thank you :)