NiceThemesRemove text – NiceThemes http://nicethemeswp.com/forums/topic/remove-text/feed/ Fri, 04 Apr 2025 18:13:47 +0000 http://bbpress.org/?v=2.5.12-6148 en-US http://nicethemeswp.com/forums/topic/remove-text/#post-3456 <![CDATA[Remove text]]> http://nicethemeswp.com/forums/topic/remove-text/#post-3456 Thu, 13 Feb 2014 20:23:11 +0000 claudia_silva Hi, i have a question. How can i remove the text on the Thumbnail image, i only want it appears the title of that portafolio item and “view more”.

Thanks!!!!

]]>
http://nicethemeswp.com/forums/topic/remove-text/#post-3457 <![CDATA[Reply To: Remove text]]> http://nicethemeswp.com/forums/topic/remove-text/#post-3457 Thu, 13 Feb 2014 20:39:52 +0000 Juanfra Aldasoro Hi Claudia,

Thanks for writing.

You can play a bit with CSS to hide that. Something like this shold work:

.view-item p{ display: none; }

Please read this if you don’t know how to include custom CSS: http://nicethemeswp.com/support/theme-docs/bref/#custom-css

Best,
Juan.

]]>