Hi Joomlart Team,
I'd like to remove upload button on HP for audios and in every page they're displayed. Could you help me to do that.
Thanks a lot Carine
carine-k Hi Please check your screenshot has two different things. You want to remove the donwnload button or play button? For download add this code in custom.css
a.jp-download { display: none;}
Yes it was the download button ! OK, it works for artists pages but not for homepage. Another code to add ?
Thanks Carine
carine-k Hi Add this code as well
.ja-slidenews-item a.jp-download {display: none!important;}
Perfect ! Thanks a lot
carine-k You are welcome!