emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] How to hide UP and HOME links ?


From: Nick Dokos
Subject: Re: [O] How to hide UP and HOME links ?
Date: Fri, 30 Oct 2015 21:35:49 -0400
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux)

Mehul Sanghvi <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]