Mehul Sanghvi <[email protected]> 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
