StudioPress Community Forums

StudioPress Community Forums (http://www.studiopress.com/support/index.php)
-   General Discussion (http://www.studiopress.com/support/forumdisplay.php?f=7)
-   -   .sf-sub-indicator (http://www.studiopress.com/support/showthread.php?t=121614)

IkeGordon 10-21-2012 10:47 AM

.sf-sub-indicator
 
Is there a way to show the sub indicator only on the sub menu drop down and not on the main navigation?

NicktheGeek 10-22-2012 08:53 AM

Please post a link to your site

IkeGordon 10-23-2012 08:02 AM

Thanks Nick... www.312webtest.com

NicktheGeek 10-23-2012 09:15 AM

add this to your style sheet
Code:

.sf-sub-indicator {
    display: none;
}

li li .sf-sub-indicator {
    display: inline;
}


IkeGordon 10-24-2012 08:42 AM

I'm thinking that you may already know this, but YOU DA MAN!

Thanks sir. Feel free to close this thread.

NicktheGeek 10-24-2012 08:48 AM

You're welcome.

Since this is resolved I'm going to close this thread.


All times are GMT -5. The time now is 06:47 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.