Turn off "sticky" header on community?

Is it possible to turn off the sticky header, and just leave it visible when scrolling?

image

Makes it difficult to click the icons, unless you scroll back again

This only appears to happen on my Chromebook, not on my Linux/Chromium Desktop

Right click, inspect, and click the 3 dots in the left of the tag, then click hide element or remove "d-header-wrap" tag from the div with "ember7" id.

1 Like

I just found this in the Discourse forum.

1 Like

Right click on sticky bar and click inspect
Then Delete This element
image

Won't work as expected.

Same goes with @Alireza_Sharifi

Send a Screenshot

I meant to say it will be reset once you refresh the page. The user does not want that.

Can You save Inspect Changes?? :wink:

1 Like

No, you can't.

You can only save it if you are the original creator of this community, but you are not.

1 Like

Install tampermonkey extension for chrome and add it

2 Likes

good solution

I created an extension for browsers with your js code including small change
:+1:

Try this
thanks to @Nyctophilia_FMA :slight_smile:

The best way is still for mods to add this to the system. Us mobile users, and users who are using the MIT App Inventor community app, do not have access to Inspect or Extensions.

3 Likes

Creating webpage and embeding this website with iframe and using javascript to interact with iframe and hide sticky header also can be solution for mobile users

Why will we create this webpage? Please clarify!

There's really no need.


Best if the devs created a theme according to Discourse Official Site.

I didn't mean we will create a webpage, i said we can use javascript to remove sticky class.

See up

Yes, that makes sense. Didn't see, sorry

1 Like

After installing the script, articles i read is marked as unread. Is this a problem on your side?