Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   Styling subpage widget (http://forum.bytesforall.com/showthread.php?t=7516)

Vnugrda Jun 10, 2010 05:28 AM

Styling subpage widget
 
Hello
I m new to Wordpress and this theme so aapologies in advance if I missed something obvious.
I m trying build a subpage navigation menu. I created a new widget field in the center and I installed the Subpages plugin. This all works but now I want to style the links to the subpages differently. I want them to be horizontally oriented and a different font, linkhover color, size etc. Where can I do that?

www.vnugrda.net/Rieskrater is the page I m working on.
thanks

lmilesw Jun 10, 2010 07:07 AM

It's now where to do that it's how. This requires using some CSS. I recommend using Firebug with Firefox to figure out CSS selectors and then you you will have to learn some CSS. When you installed the widget area you left the name at my widget area. It's a bit more useful if you change the name to something that reflects the use of the widget area like "top menu widget area" but in your case the following CSS if added to the CSS Inserts in Atahualpa will "start" you down the path of a horizontal menu.
HTML Code:

#my_widget_area li {
float:left;
margin-right:20px;
}



All times are GMT -6. The time now is 08:02 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.