Viewing 1 replies (of 1 total)
  • Plugin Contributor pewgeuges

    (@pewgeuges)

    @achlomon0

    I’m sorry to see that you did not get any response. These borders are due to the theme’s default table style. You may wish to add some style rules in the Custom?CSS area of your theme or of the Footnotes plugin to override theme’s rules, probably like so:

    
    .footnotes_plugin_reference_row {
      border: none;
    }
    

    Eventually force:

    
      border: none !important;
    
Viewing 1 replies (of 1 total)
  • The topic ‘How to remove horizontal lines’ is closed to new replies.