Hello, I’m personalizing the menu of the cart page, so as not to distract the customer from the purchase process, I hid the secondary menu where the categories go:
.page-id-7 #menu-categorias {
display:none;
}
I have the main menu is a sticky menu, just like the logo.
My query is, What CSS can I use to make it static? fixed at the top.