Jump to content

Remove my media with CSS


igeoorge

Recommended Posts

igeoorge

Hi friends.

Is it possible to remove my CSS media for everyone at the same time?

 

It is like this:

01.png?1569369272

 

 

I would like it removed with CSS, like this:

 

02.png?1569369346

 

Get. How can I delete the post?

Edited by igeoorge
Link to comment
Share on other sites

  • 2 weeks later...
igeoorge
Hi, sorry for the delay in answering.

 

I didn't use css.

 

Emby-Server \ system \ dashboard-ui \ bower_components \ emby-webcomponents \ homesections

 

In:

0: return "smalllibrarytiles"; case

 

for:

0: return "none"; case

 

I did this to remove from all users at the same time.

Link to comment
Share on other sites

Happy2Play

Well it is section dependant (specific to User-Home Screen settings section options)

/*Remove specific section on Home Screen*/
#homeTab div.section0 {display: none; }
  • Like 1
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...