Sliding Top Bar

Hello there. I am using betheme to design a site. I have used before, but have not come across this before:

On the top right corner there is a “new” feature I have not noticed until now. It is a small gray triangle with a toggle arrow that when you click it, it reveals a horizontal hidden top sliding bar. I didn't know what it was called nor its purpose or most importantly, how to HIDE or DEACTIVATE it. I thought since you are so proficient in be theme, that you might know.

I went ahead and used a developer inspector tool and identified it as #Sliding-top a.sliding-top-control 

I inserted the code:

#Sliding-top a.sliding-top-control {
    display: none;
}

This was successful on Desktop, but NOT mobile. On mobile environments, the triangle actually obscures the hamburger menu so user cannot access menu — pain in the butt.

Can you assist me?

Comments

Sign In or Register to comment.