Page 1 of 1

Slider caption modification

PostPosted: 09 Jun 2016, 17:58
by leonidas
I was wondering how to change the caption text on the sliders on the homepage? I can't find anywhere (CSS or admin settings) to change this. Thank you for your time!

Re: Slider caption modification

PostPosted: 10 Jun 2016, 08:49
by Xpycm
css\flexslider.css file, class "flex-caption" ( line 59 )

Re: Slider caption modification

PostPosted: 11 Jun 2016, 02:56
by leonidas
I seen that but that is CSS for the style only. I want to now how to change the text not the style.

Re: Slider caption modification

PostPosted: 11 Jun 2016, 08:28
by Xpycm
protected\views\site\index.php file

Re: Slider caption modification

PostPosted: 26 Aug 2016, 12:02
by abooodibrahim
There is no selector arounded the caption text, so it would need to be added.

The slider included with the theme uses p.flex-caption to select the caption container.

Re: Slider caption modification

PostPosted: 26 Aug 2016, 12:06
by abooodibrahim
Xpycm wrote:protected\views\site\index.php file


Xpycm!thnks to guide :-)