Before you ask please READ THIS

header navigation page title underline

Hi is it possible to remove or change the color of the black bar the appears underneath the title on hover & active page?

i searched through the css and couldnt locate it.

thanks!
Screen shot 2015-08-22 at 12.57.42 PM.png
576 x 224 - 99K

Comments

  • Posts: 1,758
    Hi,
    go to file ..\wp-content\themes\chillout\style.css
    line - about 1125 - there You have css code:
    .top-menu > .menu-item:hover:after, 
    .top-menu > .menu-item.active:after,
    .top-menu > .menu-item.current-menu-item:after {
    border-bottom: 2px solid #000;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 39px;
    width: 100%;
    }
    modify border-bottom color, and voilà
    Remember to rate our theme if you like it ;)
    All the Best.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion