Add Search Bar and move Logo top left corner - Refresh 8.0.0

Hi experts! I would like to move my logo to the top left corner and add a search bar.

Want something like this with the search: Search Bar
But also want to add another color over the the menu options like this: Color Nav Menu Options

Somebody know how to do it?

Website: Reflawless.com
Pw: Kingstone1

Hi @Kingstone

Your Search Bar has probably been added. With the Color Nav Menu Option, you will just need to add this code to the base.css file:

.caption-large:hover{
  color: pink
}

You can change the color as you want. I hope the above suggestions can help you.