How Do I change the captions font color? within the 3d silder and the others too?
could not find the exact line of css code to edit
and found out that its using a custom generated xml file
How Do I change the captions font color? within the 3d silder and the others too?
could not find the exact line of css code to edit
and found out that its using a custom generated xml file
Hi,
I think it is not possible to change the font of Cuber slideshow via CSS. I will tag the rest of the support team.
You can edit the xml file output on includes folder > helper-slideshow.php. Find this code
<heading margin="15,15,0,15" text_bold="true" text_size="18" x="5" y="5" text_leading="0" text_letterSpacing="0" font="Arial" text_align="left">
<tweenShow tint="0xFFFFFF"/>
<tweenOver tint="0xFFFFFF"/>
<tweenHide tint="0xFFFFFF"/>
</heading>
<paragraph margin="3,15,0,15" text_size="11" text_leading="0" font="Arial" text_align="left" text_letterSpacing="0">
<tweenShow tint="0xFFFFFF"/>
<tweenOver tint="0xFFFFFF"/>
<tweenHide tint="0xFFFFFF"/>
</paragraph>
See the FFFFFF replace it with the color(HEX) you want.
Regards,
Ismael
yeah thx Ismael it works!
Glad it worked! Let us know if you have more questions.
Regards,
Mya
This topic has been closed to new replies.