Mehul Sanghvi <mehul.sang...@gmail.com> writes: > I had to use the following CSS entry to make the links invisible: > > #org-div-home-and-up { > font-size: 80%; > color: #edf0f2; > background-color: #edf0f2; > } > > to get what I wanted. > > Is there a better way to do this either via org-mode or via CSS ?
{ ... visibility: invisible; } maybe? -- Nick