cgsmith1
Member
Posted 5 months ago #
Hi
I've added a menu widget to the left-hand sidebar in theme NomNom which is a 3 column version of twentyeleven. Site is http://www.kgoc.org.uk . Which is the styling code I should use to change the appearance of the menu widget?
Help much appreciated.Thanks
Robert.Vidrine
Member
Posted 5 months ago #
cgsmith1,
You have to be more specific. There are a lot of different things you can do with CSS styling, and it really depends on what element(s) you want to change. If you use Firefox for web browsing, I highly recommend the plugin Firebug. This will allow you to right-click on any item in your page, see the CSS rules actually being applied, dynamically see the effect of altering those CSS rules, and a bunch more features. Chrome also has almost the same thing, though there are some features in Firebug that Chrome doesn't seem to have (last time I checked).
It looks like you're using jQuery Mega Menu; there are probably some options there, too.
cgsmith1
Member
Posted 5 months ago #
Many thanks, I'll give that a go.