We use jomsocial on the school website, as an internal social network. We want to limit the download of photos and / or videos, so that moms and dads cannot download them.
Is there an option to remove the "download" button?
Thank you!
armandogomisveas Hi, You can add this css to your template style
a.joms-popup__btn-download { display: none; }
I have inserted the code in "templates/ja_playschool/css/template.css", but it does not work.
I have also tried on: templates/ja_playschool/css/themes/red/template.css templates/ja_playschool/css/themes/red/dark.css
armandogomisveas Hi,
You can add file custom.css to templates/ja_playschool/css/ then add my style into it. Remember to turn off minify css on t3 framework and clear browser cache.
custom.css
templates/ja_playschool/css/