how to remove profile link in usermenu in fordson theme by css

how to remove profile link in usermenu in fordson theme by css

by mina m -
Number of replies: 3

how to remove profile link in usermenu in fordson theme by css?


Average of ratings: -
In reply to mina m

Re: how to remove profile link in usermenu in fordson theme by css

by Ed Bickford -

Anyone...? I also would like to remove the link to the profile page, as well as the link to the dashboard. I am using Moodle 3.7 and the latest version of Fordson (theme_fordson_moodle37_2019111009)

Thanks in advance!

(hope I am asking in the correct place, I am new to Moodle.)

In reply to Ed Bickford

Re: how to remove profile link in usermenu in fordson theme by css

by Jean-Roch Meurisse -
Picture of Core developers Picture of Plugin developers Picture of Testers

Try this:

div.usermenu a[data-title^="profile"],
#nav-drawer a[data-key="myhome"] {
    display: none;
}

In Administration -> Appearance -> Themes -> Fordson -> Colours -> Raw SCSS

Hope this helps

Average of ratings: Useful (1)
In reply to Jean-Roch Meurisse

Re: how to remove profile link in usermenu in fordson theme by css

by Ed Bickford -
Thanks Jean-Roch!

That worked perfectly. I added this line to also remove the link to the dashboard.
div.usermenu a[data-title^="mymoodle"],