• I found out that if you want to remove it, you need to hire freelancer to write css. But is it possible to change the text inside the gear icon? I couldnt find way to do that, or does it also need freelancer to get it done? And same to the account tab, is it possible to change/translate the texts inside the account example the username?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Ultimate Member Support

    (@ultimatemembersupport)

    Hi @deraca,

    You can hide “Gear icon” using this CSS .um-profile-edit{display:none;} insert it in you theme custom CSS section or in Ultimate member custom CSS section.
    You can change text under the gear icon menu using Poedit and editing .po language file. The same steps as using Poedit for plugin translation but instead of translation you will put your desired string.

    Regards.

    Hi @deraca
    I had the same problem but I managed to change it using some simple CSS that I added to my theme.

    .um-faicon-cog::before, .um-faicon-gear::before {
    content: “SETTINGS”;
    background: #dd6161 none repeat scroll 0 0;
    border: 1px solid #dd6161;
    border-radius: 5px;
    color: #fff;
    content: “Settings”;
    font-size: 22px;
    font-style: normal;
    padding: 5px;
    text-transform: uppercase;
    }

    This sample is specific to my website but you can manage to get it to work in yours by changing the css parameters to your needs. Change where it says content: “SETTINGS”; to whatever word you would like to appear and that should be it.

    In some themes you may need to target more specific by adding some upper ID’s of wrapping elements to the CSS code.

    Hope this helps.

    Thread Starter deraca

    (@deraca)

    Thanks for the infos! I tryed to use poedit but somehow it dosnt change the text to desired one. Even the text is changed in the .po file it doesnt show up at my site. Any ideas how to fix this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Gear icon’ is closed to new replies.