From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: How to hide UP and HOME links ? Date: Fri, 30 Oct 2015 21:35:49 -0400 Message-ID: <87wpu3251m.fsf@pierrot.dokosmarshall.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45392) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZsL5O-0007gU-OI for emacs-orgmode@gnu.org; Fri, 30 Oct 2015 21:36:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZsL5K-0005az-NT for emacs-orgmode@gnu.org; Fri, 30 Oct 2015 21:36:02 -0400 Received: from plane.gmane.org ([80.91.229.3]:53126) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZsL5K-0005ag-GY for emacs-orgmode@gnu.org; Fri, 30 Oct 2015 21:35:58 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZsL5H-0004NV-NN for emacs-orgmode@gnu.org; Sat, 31 Oct 2015 02:35:55 +0100 Received: from pool-108-20-41-232.bstnma.fios.verizon.net ([108.20.41.232]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 31 Oct 2015 02:35:55 +0100 Received: from ndokos by pool-108-20-41-232.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 31 Oct 2015 02:35:55 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Mehul Sanghvi 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