Uregnt : How to remove this line

If someone know how to remove the line on navigation links on hover in Casper Theme please tell me.

An easy way would be to add the following snippet of code into your Ghost Admin Panel > Code Injection > Site Header field:

<style>
  .nav li a:before { display: none; }
</style>

Cheers

1 Like

It worked. Thank you. :heart:

Please colud someone close this thread.