• I am needing to know how to change the “border” color on the main navigation menu above the text in the Coller theme. If you go to the theme, which is here: http://wordpress.org/themes/coller, do you see that when you slide over each category, the “border” is a turquoise color? How do I change this to a red color?

Viewing 1 replies (of 1 total)
  • You can add this to your child style.css:

    .main-navigation li:hover > a {
    	border-top: #FF0000 solid 4px;
    }
Viewing 1 replies (of 1 total)

The topic ‘Changing border color?’ is closed to new replies.