This question is answered. Helpful answers available: 1. Correct answers available: 1.


Permlink Replies: 4 - Pages: 1 - Last Post: 26 Feb 21, 18:58 Last Post By: jret
jret

Posts: 175
Registered: 5-Mar-2009
Question on selective display of Logo & Title
Posted: 23 Feb 21, 05:13
 
  Click to reply to this thread Reply
Is it possible to display the logo on the home page only? and is it possible to display the folder title on each folder but not on the home page?

I'm re-working my site and would like to have only the logo display on the home page without any other text being displayed. When a folder is opened I would like to have only the folder title displayed (no logo).

I've uploaded a TEST of what I'm working on. Can this be easily accomplished with a couple of lines of CSS code?
Laza

Posts: 1,732
Registered: 6-Sep-2005
Re: Question on selective display of Logo & Title
Posted: 26 Feb 21, 08:14   in response to: jret in response to: jret
Helpful
  Click to reply to this thread Reply
You can to use the ".top-level" and ".sub-album" hooks to selectively hide/show content: (Settings / Story / Advanced / Custom content / CSS)
.top-level .hero > .cont .title h1 { display: none; }
.sub-album .hero > .cont .title img { display: none; }


Edited by: Laza on 26-Feb-2021 08:15
jret

Posts: 175
Registered: 5-Mar-2009
Re: Question on selective display of Logo & Title
Posted: 26 Feb 21, 14:41   in response to: Laza in response to: Laza
 
  Click to reply to this thread Reply
thank you - I will try that.
jret

Posts: 175
Registered: 5-Mar-2009
Re: Question on selective display of Logo & Title
Posted: 26 Feb 21, 16:41   in response to: Laza in response to: Laza
 
  Click to reply to this thread Reply
Laza wrote:
You can to use the ".top-level" and ".sub-album" hooks to selectively hide/show content: (Settings / Story / Advanced / Custom content / CSS)
.top-level .hero > .cont .title h1 { display: none; }
.sub-album .hero > .cont .title img { display: none; }

Edited by: Laza on 26-Feb-2021 08:15


The title is still displaying on the top level TEST - I want only the Logo to display on the top level.
Added to Custom CSS are these three lines:
.top-level .hero > .cont .title { background-color: #00000000; }
.top-level .hero > .cont .title h1 { display: none; }
.sub-album .hero > .cont .title img { display: none; }

Everything else is looking good - thanks for your help.
jret

Posts: 175
Registered: 5-Mar-2009
Re: Question on selective display of Logo & Title
Posted: 26 Feb 21, 18:58   in response to: Laza in response to: Laza
 
  Click to reply to this thread Reply
Laza wrote:
You can to use the ".top-level" and ".sub-album" hooks to selectively hide/show content: (Settings / Story / Advanced / Custom content / CSS)
.top-level .hero > .cont .title h1 { display: none; }
.sub-album .hero > .cont .title img { display: none; }

Edited by: Laza on 26-Feb-2021 08:15


SOLVED !

changed
.top-level .hero > .cont .title h1 { display: none; }
to
.top-level .hero > .cont .title h3 { display: none; }

Thanks.
Legend
Forum admins
Helpful Answer
Correct Answer

Point your RSS reader here for a feed of the latest messages in all forums