Top Navigation menu more.png icon I want to remove the icon and have as text more
I also require to have no second row members menu eg. but still sub menu items show in top navigation menu
Any help would be appreciated.
Jennifer
Top Navigation menu more.png icon I want to remove the icon and have as text more I also require to have no second row members menu eg. but still sub menu items show in top navigation menu
Any help would be appreciated.
Jennifer Jennifer Bogan .. Acc. Dip. Psychology - EMAIL: jennifer.bogan@gmail.com |
1. Open the templates/base/scripts/BxBaseMenu 2. Find these code lines: $this->sCode .= <<<EOF
and replace this code line there : <img src="{$sMoreMainIcon}"/> with : More.... PS: If possible do not write me personally, please try to ask on the forum first |
Hello Sasha, I have a custom template and it didn't work for me. I cut done the text in red and wrote "more" instead and it didn't work. What did I do wrong? $this->sCode .= <<<EOF Sometimes communicating your problem and putting it out there is enough to solve it |
Hello Sasha, I have a custom template and it didn't work for me. I cut done the text in red and wrote "more" instead and it didn't work. What did I do wrong? $this->sCode .= <<<EOF In your case you will need to look in your custom templates scripts folder for BxTemplMenu.php and see if the code is there. Some templates provide their own menu code. You may have to contact the author of the template. You have a complex template where the menu design is not dolphin standard. So it most likley has custom code that will not match any examples we provide. https://www.deanbassett.com |
I'm starting to think of getting a different template. Thanks Deano. Sometimes communicating your problem and putting it out there is enough to solve it |