Simple Catch slider text problem
Hi,
I am preparing my website offline at the moment so I can't post a link yet. It's Simple Catch free theme and most of it works great.
Problem is about slider, I would like to leave the title but remove the rest of the text.
I've tried some solutions I found like editing simplecatch_functions.php (witch gives me parse error as soon as I change something) and writing custom CSS codes like:
.featured-text {display: none;}
or
#main-slider .entry-content { display: none; }
and
#main-slider .entry-container { display: none; }
Nothing works, text is still there.
I found that I can only remove everything, title and text with:
#main-slider .entry-content { display: none; }
.featured-text {display: none;}
I know pro theme would give me more functions but for now this is bugging me a lot.
Thanks in advance,
Miro