ElkArte Community

Elk Development => Theme development => Topic started by: meetdilip on February 24, 2016, 09:08:55 am

Title: Changing menu using custom.css
Post by: meetdilip on February 24, 2016, 09:08:55 am
Is it possible to change the main menu style using custom.css ? @TE

I am planning to use this one :http://cssmenumaker.com/menu/flat-jquery-responsive-menu
Title: Re: Changing menu using custom.css
Post by: TE on February 24, 2016, 02:32:12 pm
nope, not possible via custom.css..

that menu is not just CSS, there's also a javascript file and you need to modify that code or the html structure  in GenericMenu.template.php
Title: Re: Changing menu using custom.css
Post by: meetdilip on February 24, 2016, 02:33:25 pm
Which are the affected files then ? Only custom.css and GenericMenu.template.php ?
Title: Re: Changing menu using custom.css
Post by: TE on February 24, 2016, 02:35:17 pm
nope, the menu has got a script.js file..  extract that file and you'll see it:
http://cssmenumaker.com/sites/default/files/menu_source/361/source.zip
Title: Re: Changing menu using custom.css
Post by: meetdilip on February 24, 2016, 03:08:42 pm
Thanks @TE