Jump to content

Brand Names


Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...