CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   HTML & CSS (http://www.codingforums.com/forumdisplay.php?f=13)
-   -   Change colour of navigation lines (http://www.codingforums.com/showthread.php?t=275622)

darkvallena 10-07-2012 08:20 PM

Change colour of navigation lines
 
Hello, i am running wordpress and my site is: http://www.ultimaterecruits.com

The colour of the lines under the Navigation is a bright yellow and I want to change that. I'm assuming its in the CSS coding.

vexen 10-07-2012 09:08 PM

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


All times are GMT +1. The time now is 07:31 AM.

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