Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] Custom bullets showing up in main horizontal menu (http://forum.bytesforall.com/showthread.php?t=19103)

arntxee Dec 11, 2012 04:21 PM

[SOLVED] Custom bullets showing up in main horizontal menu
 
Hi Everyone,

I added custom bullets to my posts and pages but suddenly bullets are showing up in my main menu in header.
http://www.pathtopregnancy.net

How can I remove bullets from header but keep them in posts and pages?

Thanks in advance.

juggledad Dec 11, 2012 04:36 PM

Make the CSS more specific

arntxee Dec 11, 2012 04:56 PM

Sorry,
Here is the CSS in insert. I don't know much about code so...

.post ul{
list-style:none;
margin:0 0 1em 15px;
padding: 0;
}
.page ul li{
line-height:1.3em;
margin: .25em 0;
padding: 0 0 0 10px;
background:url(http://www.pathtopregnancy.net/wp-co...12/Arrow-4.png) no-repeat 0 7px;
}
.post ul li {
line-height:1.3em;
margin: .25em 0;
padding: 0 0 0 10px;
background: url(http://www.pathtopregnancy.net/wp-co...12/Arrow-4.png) no-repeat 0 5px;
padding-left: 15px;
padding-bottom: 12px;
}

lmilesw Dec 11, 2012 07:15 PM

Instead of
HTML Code:

.post ul li
and
HTML Code:

.page ul li
you could try
HTML Code:

#middle li
as the selector.

arntxee Dec 11, 2012 07:45 PM

Beautiful, thank you.


All times are GMT -6. The time now is 12:41 PM.

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