• Resolved jamesmdr

    (@jamesmdr)


    I remove all custom links (Dashboard and Profile) from subscribers, but Theme My Login widget is still showing the “logout” link. How do I remove that for all type of users? I only want it to show the “Welcome, user” line. Otherwise, it seems that the “Welcome, user” is right aligned, and “logout” is left aligned!

Viewing 2 replies - 1 through 2 (of 2 total)
  • There are many ways to do that.

    1: Move the template file to your theme folder and remove the lines of code there. TML will always check your (child) theme for templates FIRST, before it runs it’s own. Check TML docs for more info.

    2: Use CSS! Right click on the area and click on “inspect element” or somthing of the sorts. It should give you the opportunity to select all elements on the page and view their CSS handles and values, just override them in your child theme, using “display: none!important;” if need be.

    3. Build your own! It’s only code 😉

    • This reply was modified 9 years, 5 months ago by SVTX.
    Thread Starter jamesmdr

    (@jamesmdr)

    I solved the problem just after posting here. I found where the code put that link and removed it. A better idea is that there was an option to remove it in TML.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Removing all links’ is closed to new replies.