Jump to content

Remove gender names


wagnermoreira1982

Recommended Posts

Happy2Play

You could select the three dot menu and uncheck Titles but that would be a per user preference.

Don't really have much choice here as it will be all or no as there are not any targetable elements for this specific area.

div.cardTextCentered {display: none;}

 

Link to comment
Share on other sites

I haven't done a ton of clicking around to test, but this seems to do the trick:

 

div.portraitCard[data-context="folders"] .cardBox .cardText .textActionButton {
    text-indent: -9999px
}

 

folder-no-text.thumb.png.d3b0e83f110456d25fce9cfd3f4db173.png

Edited by roaku
Link to comment
Share on other sites

wagnermoreira1982
I used this before, but with the update it looks like it broke. Previously removed only the red information

[data-context = "folders"] div.cardText.cardTextCentered.cardText-first {display: none;}
Link to comment
Share on other sites

Happy2Play

Not sure when data-context was removed but you should change to "data-type="Folder"".  A can only assume the end goal is only removing card text from FOLDERS.

 

Looks like the change in 3.5.3+ as 3.5.2 had data-context.

Edited by Happy2Play
Link to comment
Share on other sites

wagnermoreira1982

[data-type="Folder"] div.cardTextCentered {display: none;}

It worked perfectly, thanks.

Link to comment
Share on other sites

Ah sorry, I'm still on 4.5.2.

But yeah, as long as they keep *some* specific data attribute around for each section, it should be as easy as updating that attribute name in the css.

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...