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)
-   -   Italicize one page name in widget menu? (http://forum.bytesforall.com/showthread.php?t=19787)

paulae Mar 2, 2013 06:34 PM

Italicize one page name in widget menu?
 
I want to italicize the name of one Page which is a child in a vertical menu in the right sidebar. I don't think it's possible to use HTML to italicize the page name when creating the page.

Code:

<li class="page_item page-item-205 page_item page-item-type-post_type menu-item-object-page menu-item-205"><a href="http://xxxxxxx.com/previous-experience/">previous experience</a>
                <ul class="children">
                </ul>
</li>

That's what I get when I look at the area in Firebug.

juggledad Mar 2, 2013 07:18 PM

I don't see the child page listed
you could use
HTML Code:

.widget_pages ul.children li.page-item-nnn a {color: red;}
or something like that (nnn = page id)


All times are GMT -6. The time now is 05:50 PM.

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