• Resolved chef147

    (@chef147)


    I tried everything to remove the borders from the Main Menu Header (our fields of expertise) but no success. Any help would be much appreciated. Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • I think you are looking to modify this in your style.css starting on line 5345

    #side-header .fusion-main-menu > ul > li > a {
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-right: 0;
    border-style: solid;
    }

    Thread Starter chef147

    (@chef147)

    Bob so many thanks !!! worked like charm !
    I spent long hours looking for a solution for this one! Many Thanks!

    I am pleased that I was able to help. Good luck with your project.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘border removal for main Menu’ is closed to new replies.