Jump to content

Hide App Info


N0X
Go to solution Solved by Happy2Play,

Recommended Posts

  • Solution
Happy2Play
5 minutes ago, N0X said:

How i can hide this info? 

p.appInfo {display: none;}

don´t work in Server 4.7

appinfo.png

Something like this

/*Hide User Settings-App Setting version info */
button.actionSheetMenuItem div.actionSheetItemText-secondary {display: none;}

 

Link to comment
Share on other sites

  • 4 weeks later...
CarlosLima

Hi,
It didn't work for me in 4.7.2.0.
Yes, I cleared browsing data and even Cloudflare.

Edited by CarlosLima
Link to comment
Share on other sites

Happy2Play
11 hours ago, CarlosLima said:

Hi,
It didn't work for me in 4.7.2.0.
Yes, I cleared browsing data and even Cloudflare.

Don't know if it affects other dialog pop-ups but don't really know of any with secondary text.

div.actionSheetMenuItem div.actionsheetListItemBody div.actionSheetItemText.listItemBodyText-secondary {display: none;}

 

Link to comment
Share on other sites

CarlosLima

Hi, this new code didn't work for me either but I've forgotten the idea.  It's not important.  Thank you for your usual effort.

Link to comment
Share on other sites

  • 2 weeks later...
CarlosLima

I tested it again now on version 4750. The second code above worked fine. Thanks

Edited by CarlosLima
Link to comment
Share on other sites

Happy2Play
23 minutes ago, CarlosLima said:

I retested the two codes above, now on stable version 4750 and they still don't work.
Can other CSS codes inhibit the action of these codes?

- - -
Edit: In beta version 4803, without any CSS code, the last code works fine.

Maybe

div.actionSheetItemText.listItemBodyText-secondary {display: none;}

 But this one and previous one work for me in 4.7.5.0

Link to comment
Share on other sites

CarlosLima

Hi, I'm sorry, I anticipated the (wrong) information. When clearing the browsing data it worked perfect, as I mentioned above. I edited the wrong comment but I think you were faster (as usual). Thank you for that.

Link to comment
Share on other sites

  • 1 year later...
Angel273

coloque los 3 y no afecto en nada

utton.actionSheetMenuItem div.actionSheetItemText-secondary {display: none;}
div.actionSheetMenuItem div.actionsheetListItemBody
div.actionSheetItemText.listItemBodyText-secondary {display: none;}

Edited by Angel273
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...