Hi all,
How can I change (or remove) the little windmill icon that appears above each heading on the Home page?
Thanks.
Hi all,
How can I change (or remove) the little windmill icon that appears above each heading on the Home page?
Thanks.
It's a SVG file, you can open file:
/templates/ja_agrivita/html/layouts/chromes/t4section.php
Look for the declaration for the module title (approx line 66) and change / remove the <svg> tag there
Thanks. Handling svg files was a new experience.
Will a template update change this back to a windmill?
Try to copy file to this folder: /templates/ja_agrivita/local/html/layouts/chromes/t4section.php
Create this folder local
if it doesn't exist now.
Thanks,
I only had had this folder structure: /templates/ja_agrivita/local/etc
So I have created this folder structure:
/templates/ja_agrivita/local/html/layouts/chromes/t4section.php
Will that be OK?
Yes, it'll be fine.
Thanks for your help... found it...
To complicate it further... could I replace the svg with a png? If so, how?