Remove right border on navigation


/ Published in: CSS
Save to your folder(s)

to remove right border on navigation


Copy this code and paste it in your HTML
  1. body.custom .nav-horizontal ul.menu li:last-child a {border:none;}

Report this snippet


Comments


You need to login to view comments.