In position 6 and 7 in the mainbody of the home page (modules Feature and Latest Items), all introtexts are with the uppercase in all their words. (see attachment and your demo page).
How is it possible to show the correct introtext without capitalized letters ?
Thank you
Hi Gimbo,
Thanks for contacting us and choosing our product!
please enter directory : templates/jux_news/css/custom.css (If not, then create file custom.css file custom.css)
add the following css:
.t3-sl-1 .box-description,.noo-slider .noo-slider-info h2 a {
text-transform: none;
}
Hope this help!