Get an access to all 94 items designed and developed by AS Designing team plus all the future items which will be released over the course of your club subscription. Price starting from $59.00
I would like to get rid of the Top Menu -> Shadow font color under
Header Configuration Parameters.
Whenever I delete the entry it is replaced with 000000 / black after saving.
Thanks in advance for your help.
You have to make some changes in the templateDetails.xml.
Please find the following block and delete the default value 000000:
<field name="topmenu_shadowcolor"
class="color {required:false}"
type="text"
default="000000"
label="Shadow font color"
description="Menu shadow font color, HTML5 only">
</field>
Regards, AS Team.