Eilonwy Posted November 24, 2014 Share Posted November 24, 2014 Could someone please tell me how to add Brand to Top Navigation Bar with Brand Names appearing in the drop down menu as seen here http://www.streetcasuals.com/ or link me to a good tutorial on how to do it? I found this site in your showcase section. I'm not too sure if I need to pay for a module to accomplish this layout. Link to comment Share on other sites More sharing options...
NemoPS Posted November 24, 2014 Share Posted November 24, 2014 Unfortunately, to add them like in the site you linked you have to perform a series of modifications involving php. Alternatively, if you are okay not having it dynamic, you can modify blocktopmenu.tpl (theme folder/modules/blocktopmenu), and add the template code yourself. But you will need to adjust css as well Something like <li> <a href="#">Brands</a> <ul class="submenu-container clearfix first-in-line-xs"> <li>Brand1</li> <li>Brand2</li> <li>Brand3</li> </ul> </li> Link to comment Share on other sites More sharing options...
Eilonwy Posted November 24, 2014 Author Share Posted November 24, 2014 Thank you for your help again!!! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now