Hi, I need to apply some custom CSS rules to the text elements of the slider, but i've seen that the text is included only in a tag. Is there a way to target my style only to the text elements? If not, it will be useful, at least, to add to your divs a "content-type" class such as class="content-type-text" (or content-type-image, or content-type-video).
Thanks,
Nicola
Hi Nicola,
You can add custom class for your text element like this:
- Open md_slider\css\md-slider-style.css
- Add your class and class description before line 12:
==end==
- Add style to this css file or somewhere else.
Thank you Neo! That's very useful!
Nicola