CMS Development

MAHammoud
Member

Remove hubspot sprocket menu

SOLVE

Screen Shot 2021-05-17 at 3.19.01 PM.png

I am trying to remove the sprocket logo and button (the whole menu thing), I can't find the toolsmenu.css, how can I get rid of it? 

 

 

0 Upvotes
1 Accepted solution
jonchim
Solution
Guide | Diamond Partner
Guide | Diamond Partner

Remove hubspot sprocket menu

SOLVE

Hey @MAHammoud,

You should be able to use the style below to hide the sprocket in your main css stylesheet.

.hs-tools-menu {
     display: none !important;





Jon Chim
VP of Design & Development
Hypha HubSpot Development


check Did my post help answer your query? Help the Community by marking it as a solution

View solution in original post

3 Replies 3
webdew
Guide | Diamond Partner
Guide | Diamond Partner

Remove hubspot sprocket menu

SOLVE

Hi @MAHammoud ,

You cannot remove this  logo and button (the whole menu thing). Only those who are logged onto HubSpot can see that logo..otherwise its not visible to others.

Hope this helps!

If we were able to answer your query, kindly help the community by marking it as a solution.

Thanks and Regards. 

ItsAMeMario
Member

Remove hubspot sprocket menu

SOLVE

Hey,

How do I remove these buttons

 

Screen Shot 2022-01-05 at 3.50.27 PM.png

 

And how do I make the CTA go to an external link? 

0 Upvotes
jonchim
Solution
Guide | Diamond Partner
Guide | Diamond Partner

Remove hubspot sprocket menu

SOLVE

Hey @MAHammoud,

You should be able to use the style below to hide the sprocket in your main css stylesheet.

.hs-tools-menu {
     display: none !important;





Jon Chim
VP of Design & Development
Hypha HubSpot Development


check Did my post help answer your query? Help the Community by marking it as a solution