Hide Page Title on scroll in Themer Header

Hello everyone,
Obviously it is simple to hide a page title but I want to achieve this when scrolling. The header is created with Themer. As you will see, it is next to the logo. So I want everything as it is but to just hide the page title after scroll. I realize it may require some js but I am not sure what snippet would work.
The site can be seen here: https://community.wpbeaverbuilder.com/

Any help would be greatly appreciated!

Looks like I have found some code to achieve this:
.fl-theme-builder-header-shrink-module-bottom .fl-heading-text
{display:none;}

1 Like

Ok, I am looking for just the opposite. On the original load I do not want the logo to display but then upon scroll down the page I want the logo to appear.

1 Like

I know this is an old post, but did you ever find an answer to this?