How can I modify the drop down menu in Sense theme?

I am currently using the sense theme and I would like to change the menu where it is a drop down menu to where it just shows in the page. Basically I want want is showed below but also bold. (also the Label is wrong because it would not let me do another one)

@Flexibottle can you explain more to understand?

So to update, I have made it where it works on computer, but it still does not work on the phone version. So what I am trying to say is I would like to have the menu option straight on the home page instead of having to click on a drop down where it takes to the the image on the bottom instead having the menu option like it is on the image I put at the top. I hope that has helped the confusion. also if possible I would like to have the menu option bolded so it stands out.

@Flexibottle please drop here your store link.

Sorry, the store is still in the works so I don’t have the Link but I can show a example store… freshjuiceblender.com

When you click on this store, they have the menu options at the top like shop, recipe, etc. I would like to have this type of menu option instead of the dropdown, also with bold coloring.

@Flexibottle

div#m-menu-drawer li a {
    font-weight: 700;
    letter-spacing: 1px;
}

If it solves your problem please like and mark it as solved, thanks.