Reply To: Hiding text summary for the portfolio page

#163
livemesh
Keymaster

I managed to find time to make some time to fix this. The code change will be included in the next update. For now, can you manage with this piece of css code below? If you want the source code change anyway, send me an email and I will send out the same.

In the Custom CSS tab of options panel (if using v2 of Enticing) or in custom.css file in /custom folder, put this piece of code –

#generic-slider-wrapper .post-snippets .entry-summary {
display: none;
}

Let me know if you run into issues.