Jump to content

aggiunta main menu nella pagina order


antonio

Recommended Posts

nella pagina order non c'è la possibiltà di tornare indietro alla navigazione del sito, se non attraverso il logo, vorrei che si veda anche il main menù così da rendere fluido a chi compra il processo di ritorno allo store per eventualmente effettuare altri acquisti.

ho notato che nella pagina checkout.scss abbiamo questo script:

body#checkout {
  color: $gray-darker;
  #header .header-nav {
    max-height: none;
    padding: rem(80px) 0 rem(15px);
    border: none;
    margin-bottom: 0;
    @include box-shadow;
    .logo {
      max-height: rem(70px);
      width: auto;
    }
  }

come posso richiamare anche il menu, visto che viene richiamato il logo?

 

 

Edited by antonio (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...