Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1019274

    Hi
    The top border is not based on the category color its same for all the menu items as its defined over the main nav.
    Here http://prntscr.com/ekxj5f
    http://prntscr.com/ekxjd4
    if want to change it, it will be change for all the items.
    The best way is override the black border to none and use below code in custom.css file

    
    .navbar-nav > li
    { border-top: 2px solid ;}

    Regards

    imurillo Friend
    #1019514
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1019626

    Hi
    Add below code in custom.css file to remove the black border

    .t3-mainnav {
        border-top: none!important;}

    Regards

    imurillo Friend
    #1020316

    The page looks better. Thanks

    Pankaj Sharma Moderator
    #1020379

    You are welcome!

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 6 months ago.

The topic ‘he line at top is not showing into the category color and it is on color black’ is closed to new replies.