WebsiteBaker Community Forum
WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: Vidar on June 13, 2010, 10:18:26 AM
-
Hey,
I'm a total amateur and I don't really _know_ anything about php or css. Css is luckily not that hard so I've managed to create pretty usefull sites with it.
Quick question: is it possible to assign different link styles to template? I would like to have all the normal links underlined but the top navigation (show_menu) without underlining. Can I change the show_menu output somewhere?
Thanks again guys!
-
http://www.echoecho.com/csslinks.htm
http://www.dynamicdrive.com/style/
+ 1.000.000 links on the web, just ask our friend google for css link style, css li ul or something like that
-
http://www.echoecho.com/csslinks.htm
http://www.dynamicdrive.com/style/
+ 1.000.000 links on the web, just ask our friend google for css link style, css li ul or something like that
That's not what he meant I guess...
Look at the source code of the showmenu section in your website (so frontend), and you will see the classes and id's it uses. The add styles to those classes/id's in your stylesheet.
-
yes, thanks Argos!
Found out the li from the output source code.