Change Brooklyn Theme Navigation to The HTML I Wrote

Hi Shopify Discussions Community,

I’m currently using Brooklyn theme and I want to change the Navigation to the HTML that I wrote.

https://mof-preview.myshopify.com/ this is how it looks today and I want to change it to this:


    

    
        
        - 

        
        - - COLLECTIONS
                        
                        

                            

                                

                                          ### Brand
                                          MAAP
                                          BBUC
                                          Nimbl
                                          Kogel
                                          Shimano
                                          Beast
                                          Kask
                                          Alba Optics
                                          Festka
                                          Specialized
                                

                                
                                          ### Product
                                          Apparel
                                          Bike
                                          Component
                                          Parts
                                          Wheelset
                                          Sunglasses
                                

                                
                                    
                                    
                                    
                                    
                                

                            

                        

                    

                

                  - MEN
                        
                        

                            

                                

                                          ### Brand
                                          MAAP
                                          BBUC
                                          Nimbl
                                          Kogel
                                          Shimano
                                          Beast
                                          Kask
                                          Alba Optics
                                          Festka
                                          Specialized
                                

                                
                                          ### Product
                                          Apparel
                                          Bike
                                          Component
                                          Parts
                                          Wheelset
                                          Sunglasses
                                

                                
                                    
                                    
                                    
                                    
                                

                            

                        

                    

                

                  - WOMEN
                        
                        

                            

                                

                                          ### Brand
                                          MAAP
                                          BBUC
                                          Nimbl
                                          Kogel
                                          Shimano
                                          Beast
                                          Kask
                                          Alba Optics
                                          Festka
                                          Specialized
                                

                                
                                          ### Product
                                          Apparel
                                          Bike
                                          Component
                                          Parts
                                          Wheelset
                                          Sunglasses
                                

                                
                                    
                                    
                                    
                                    
                                

                            

                        

                    

                

                  - SALE
                    

                
            
        
    

    

And here’s the CSS:

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background-image: url(Assets/slider1.png);
}

.navbar {
    overflow: hidden;
    background-color: none;
    border-bottom: 1px solid white;
    font-family: Verdana, Geneva, sans-serif;
    list-style: none;
    height: 60px;
}

.navbar-brand{
    float: left;
}

#navbar-center{
    text-align: center;
}

#navbar-center-list{
    list-style: none;
}

#navbar-center-list li{
    display: inline-block;
}

.dropdown{
    overflow: hidden;
    color: white;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    margin-top: 10px;
    margin-right: 20px;
}

.dropdown-content{
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    background-color: white;
    z-index: 1;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown:hover .dropdown-content{
    display: block;
    float: left;
}

.dropdown-content-row:after {
    content: "";
    display: table;
    clear: both;
}

.dropdown-content-column{
    float: left;
    width: 25%;
    padding-top: 20px;
    padding-left: 60px;
    height: 400px;
    background-color: #e6e6e6;
}

#dropdown-content-header{
    text-align: left;
    color: #8c8c8c;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    font-weight: 200;
}

.dropdown-content-column a{
    float: none;
    color: black;
    text-decoration: none;
    display: block;
    text-align: left;
    text-shadow: 0.5px 0.5px #e6e6e6;
    font-size: 14px;
    padding-top:5px;
    padding-left: 8px;
    padding-bottom: 5px;
}

.dropdown-content-column a img{
    height: 16px;
    margin-left: 90px;
}

.dropdown-content-column a:hover{
    color: white;
    text-shadow: none;
    background-color: #d9d9d9;
    transition: .3s ease;
}

.dropdown-content-column-image{
    float: right;
    padding-top: 60px;
}

.dropdown-content-column-image a{
    padding-right: 60px;
}

.dropdown-content-column-image a img{
    float: none;
    display: inline-block;
    width: 200px;
    padding: 20px;
    background-color: #e6e6e6;
    text-decoration: none;
}

.dropdown-content-column-image a img:hover{
    opacity: 80%;
    transition: .8s ease;
}

.dropdown-content-row:after {
  content: "";
  display: table;
  clear: both;
}

Can somebody help me, please?
Thank you very much.

Hi @ShotgunDre

You have to add menus loops in your HTML.
Add code in header.liquid and css code in css file.

Thank you for the reply @Dbuglabpvtltd ! Can you please guide me how to do that?

Thank you for the reply @Dbuglabpvtltd ! Can you please guide me how to do that?

Hi @ShotgunDre

Please share your store admin details with me.

@Dbuglabpvtltd you mean like my password?