Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Hide Album Name and Time Overlay #1721

Closed
PinkalShah opened this issue Jan 18, 2023 · 8 comments · Fixed by #2079
Closed

[Enhancement] Hide Album Name and Time Overlay #1721

PinkalShah opened this issue Jan 18, 2023 · 8 comments · Fixed by #2079
Labels
enhancement New feature or request

Comments

@PinkalShah
Copy link

I would like to know , can i hide public album name and time/date ?
We have created photos for as album cover which represents the Album name itself.

If these settings are not available in UI then can i do it via custom CSS?

@ildyria
Copy link
Member

ildyria commented Jan 18, 2023

  1. all public album name & time date or just some?
  2. If it is all of them, it is easily doable with custom css.

@ildyria ildyria changed the title Album Name and Time Decoration Hide Album Name and Time Decoration Jan 18, 2023
@PinkalShah
Copy link
Author

Hi @ildyria,

All public album name and time date.

Can you help me with Custom CSS?

@ildyria
Copy link
Member

ildyria commented Jan 18, 2023

Probably something like that.

div.album div.overlay {
	display:none !important;
}

@ildyria ildyria changed the title Hide Album Name and Time Decoration [Enhancement] Hide Album Name and Time Overlay Jan 18, 2023
@ildyria ildyria added the enhancement New feature or request label Jan 18, 2023
@PinkalShah
Copy link
Author

@ildyria,

Not working.

@ildyria
Copy link
Member

ildyria commented Jan 18, 2023

It is on my side which means that you are either not up to date or you did not do a full refresh of the page.

@PinkalShah
Copy link
Author

@ildyria : I will update the version and check one my time from my side.

@PinkalShah
Copy link
Author

@ildyria : it's working now.

Thanks a ton.

@ildyria
Copy link
Member

ildyria commented Jan 18, 2023

Reopening because it might be a nice to have setting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants