Removing the Menu Button and Changing the Titlebar Text

Board for discussions around the Epyrus mail and news client.

Moderator: athenian200

User avatar
Keith Moon
Hobby Astronomer
Hobby Astronomer
Posts: 17
Joined: 2021-03-08, 02:59

Removing the Menu Button and Changing the Titlebar Text

Unread post by Keith Moon » 2024-07-15, 01:27

Hello Everyone:

I'm hoping to find a way in either userChrome.css, or in about:config to accomplish two things:

(a) remove the orange Epyrus button (without having to enable the menu bar)
(b) either remove the black title text, or make it follow the OS colour/font convention in Windows (again without enabling the menu bar)

Thank you for your help. :)

User avatar
Keith Moon
Hobby Astronomer
Hobby Astronomer
Posts: 17
Joined: 2021-03-08, 02:59

Re: Removing the Menu Button and Changing the Titlebar Text

Unread post by Keith Moon » 2024-07-15, 13:22

I was looking at this post, but it is locked. Was there ever any answer on it?

viewtopic.php?f=73&t=29357

I thought I'd check because it just might address my issues. But I got the same issues that the OP of that thread experienced.
Thank you :)

gabrgv
Moonbather
Moonbather
Posts: 53
Joined: 2023-10-28, 18:59

Re: Removing the Menu Button and Changing the Titlebar Text

Unread post by gabrgv » 2024-07-15, 15:04

Keith Moon wrote:
2024-07-15, 01:27
(a) remove the orange Epyrus button (without having to enable the menu bar)
Adding the following to userChrome.css worked for me:

Code: Select all

#appmenu-toolbar-button {
    display: none;
}
Keith Moon wrote:
2024-07-15, 01:27
(b) either remove the black title text
I don’t know what you mean by “black title text” (I’m on Linux). Maybe a screenshot would help?

User avatar
Keith Moon
Hobby Astronomer
Hobby Astronomer
Posts: 17
Joined: 2021-03-08, 02:59

Re: Removing the Menu Button and Changing the Titlebar Text

Unread post by Keith Moon » 2024-07-15, 15:19

Thank you. I will attempt both when I get home. I appreciate your help.

User avatar
Keith Moon
Hobby Astronomer
Hobby Astronomer
Posts: 17
Joined: 2021-03-08, 02:59

Re: Removing the Menu Button and Changing the Titlebar Text

Unread post by Keith Moon » 2024-07-16, 00:38

gabrgv wrote:
2024-07-15, 15:04
Adding the following to userChrome.css worked for me:

Code: Select all

#appmenu-toolbar-button {
    display: none;
}
I'm afraid that did not work. Hmmm! Still I appreciate the valiant effort.