• Resolved Alexandrenix

    (@alexandrenix)


    Hi! (Just updated an hour ago. Great work on the plugin).
    And since you seem to care about improving our options…
    Is there a way to remove/hide the rank label from the top of the profile (gamipress-ultimate-member-rank-label gamipress-ultimate-member-ranking-label) and the rank title from the profile tab area (gamipress-rank-type-title)?

    I’m up to add some code on functions or the custom css if you have any idea.

    Thanks.

Viewing 1 replies (of 1 total)
  • Plugin Author Ruben Garcia

    (@rubengc)

    Hi @alexandrenix

    At this moment, the unique way you can perform it through custom CSS

    Exactly use the same selectors you found and apply a display: none rule, eg:

    
    .gamipress-rank-type-title {
        display: none;
    }
    

    But please, remember that we can’t offer support for customizations and custom code

    Best regards

    • This reply was modified 6 years, 1 month ago by Ruben Garcia.
Viewing 1 replies (of 1 total)
  • The topic ‘Rank label and title’ is closed to new replies.