Hi Joomlart team,
I'd like to disable the date displayed on event slideshow on HP. Could you please help me to do this ? Thanks a lot Regards Carine
carine-k Hi open template folder /css/custom.css file and add this code
.ja-home-2 .ja-contentslider-center .jsslide .created-date {display:none;}
Create custom.css file if it does not exist.
Regards
HI, Done but it doesn't work. Thanks Carine
carine-k Hi Add !important in the code
.ja-home-2 .ja-contentslider-center .jsslide .created-date { display: none!important; }
Perfect ! Thanks a lot Carine