View Single Post
Old 10-07-2012, 09:08 PM   PM User | #2
vexen
New Coder

 
Join Date: Jun 2007
Location: Quebec, Canada
Posts: 63
Thanks: 4
Thanked 3 Times in 3 Posts
vexen is an unknown quantity at this point
The circle/cross? This image? http://www.ultimaterecruits.com/wp-c...2/10/back2.png

You'd need to edit it in a image editing software, or have it someone do it for you

Otherwise the only other line I see is green (1 pixel border below nav elements) can be found in the css (http://www.ultimaterecruits.com/wp-c...ecto/style.css)

Code:
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
    color: #FFF;
	border-bottom: 1px solid #38a11e !important;
}
#navigation .current-menu-item > a:first-child {
    color: #FFF;
	border-bottom: 1px solid #38a11e;
}
If it's not one of these I'm not sure what your question is
vexen is offline   Reply With Quote