Jump to content
WebFlake
  • 0

Remove Title for Rank Level


Caleeco

Question

Remove Title for Rank Level

Hello, 

I am in the process of setting up some Rank Levels associated with Post Progression using the In-built IPS System AdminCP > Members > Ranks

I've noticed that each rank level REQUIRES a rank title, which duplicates what I have displayed on the custom images. Is there a way to remove these? or appear in white?

Image indicates the text I am referring to.

Many Thanks in advance

Caleeco

RankExample.PNG

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

I believe with some css magic in custom css you can do that by simply find the div and do 

.divname {

Display:none;

I'm on my phone so can't get the div you want. But you can right click the text in chrome and it will tell you. 

 

This will show how you can do it try to mark the text you want to hide. Follow the link and use the code I gave you inside { } see if that works @Caleeco

Again sorry for not having the fix and exact code. ?

PS: if you get it right in the developer tool with chrome cut and paste the code as there into custom.css to make it permanent ?

  • Upvote 1

VAEfvMI.png

Liked what i posted remember to feed me a cookie ->
Or you can add a cookie to myCookieJar

Link to comment
Share on other sites

  • 0

Well if nobody gives you the solution I be happy to help with it in about 6 hours at the moment I need to sleep I been fed to many cookies. ? best of luck and just post back with feedback of it. 

  • Upvote 1

VAEfvMI.png

Liked what i posted remember to feed me a cookie ->
Or you can add a cookie to myCookieJar

Link to comment
Share on other sites

  • 0
4 minutes ago, Cookie Monster said:

Well if nobody gives you the solution I be happy to help with it in about 6 hours at the moment I need to sleep I been fed to many cookies. ? best of luck and just post back with feedback of it. 

Your advice was pretty solid! Took me a couple minutes, but got the correct class in the end!

.ipsResponsive_hidePhone.ipsType_break {
Display:none;
} 

^^ The above code seems to do what I need :D 

Thanks again for your help

 

cookie.jpg

  • Upvote 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...