On 1/11/2018 at 5:50 PM, R.Shredder said:found the solution. PosMegaMenu is the module used here. I modified megamenu.tpl :
I just changed the "#" to :
{foreach from=$cms_link item=cms_link1} <li> <a href="{$cms_link1.link}" class="fontcustom1" title="Contains Subs">{$cms_link1.title}</a> </li> {/foreach}
It worked for CMS links. But now I am facing the same issue for "Add Menu Top Link". After Adding a top menu link it iss working for desktop view but not for mobile view. Some how href is getting disappeared in mobile view. I am also using PosMegaMenu Module. My Prestashop version is: 1.6.1.24. Please respond if anyone knows the solution.
Thanks in advance.