Webmaster's Community

Designing and Development => Open Source => Drupal Help Forums => Topic started by: Tayab on November 18, 2012, 07:54:10 AM

Title: How to add custom menus into Durpal 7.x
Post by: Tayab on November 18, 2012, 07:54:10 AM
Finally I got my Durpal installed into the domain, my uncle helped me though. But now thing is he is busy this whole week and I need to add custom menus to my Durpal. How should I go?
Title: Re: How to add custom menus into Durpal 7.x
Post by: Jaffery on November 22, 2012, 07:58:06 AM
In Drupal, it is done by Blocks, first create a menu, it should create a block and then add that menu in a block then it will appear on the desired location.
Title: Re: How to add custom menus into Durpal 7.x
Post by: Tayab on November 27, 2012, 03:03:37 PM
I know that but I am wondering what css codes should I replace with my own to change the en tire menu style. Could that be happen?
Title: Re: How to add custom menus into Durpal 7.x
Post by: Jaffery on November 28, 2012, 12:21:36 PM
Yes, it can be done, you need to find out what classes are being used by menu then add them to theme's css whatever you are using.