Jump to content

Remove the text My Media from the homepage


CarlosLima

Recommended Posts

CarlosLima
#homeTab div.section0 div.sectionTitleContainer.sectionTitleContainer-cards {display: none; }

Hi,

This CSS removes the text My Media on the homepage, however, it broke in the new embyserver 4420 version.

Thanks for the update.

 

Thank you very much

Link to comment
Share on other sites

rechigo

This will remove the text and the 3 dot button that brings you to the homescreen settings:

.verticalSection.section0 > .sectionTitleContainer.sectionTitleContainer-cards {
    display: none;
}
  • Like 2
Link to comment
Share on other sites

Happy2Play

Like this

div.section0 div.cardText {display: none; }
  • Like 2
Link to comment
Share on other sites

Happy2Play

Sorry mine was for library text.

 

But I have no issue with @@rechigo's code.

5ea3399a6af8b_code.jpg

 

You can try this, it works for me also.

div.section0 div.sectionTitleContainer {display: none;}
  • Like 1
Link to comment
Share on other sites

CarlosLima

Very grateful, it worked perfect for me.

Taking advantage of your image, you may have these images (even without the texts) to make available. I liked their style.

I also thought that they can be created by emby according to the videos that are added, is that it?

Thanks

 

5ea343e259f98_Screenshot.png

Link to comment
Share on other sites

Happy2Play

Very grateful, it worked perfect for me.

Taking advantage of your image, you may have these images (even without the texts) to make available. I liked their style.

I also thought that they can be created by emby according to the videos that are added, is that it?

Thanks

 

5ea343e259f98_Screenshot.png

 

Emby dynamic images are 4 items and should change every week or so but there are open topics on this.

 

But here is the psd I used, it came from another user in the "Fan Art & Videos" forum.

image menu emby.zip

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...