Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
is this possible ?found it and removed it, but is it possible to move it down? picture shows where
ah i gotcha sorry.As I said:
I'm not sure how to move that there, the title is placed above all the content inside page_container.
Meaning the title is placed there in an entirely different template.
body .muted, body a.muted, body .muted a {
display: none;
}
This is odd, cause I never asked to hide it ? Unless my fellow admin has done this. Sorry to keep on. I don't want you feeling I'm annoying you. Just couldn't understand how it's not displaying lol.oh... you have the most random CSS man =/
Somewhere you have this:
Code:body .muted, body a.muted, body .muted a { display: none; }
Like that is probably hiding a ton. You need to be super specific if you want to hide specific things, this isn't the first time you're hiding things based off very generic CSS