I am looking to customize navigation bar on my wordpress site to have a Surrounding colour for a 'Get a demo' Menu, you can have a look at website in the below link
How can i achieve the same in my WordPress site?
Any help with this would be greatly appreciated!
Gareth
You can do this by adding
background-color: #DC286D;
to theheader-login-nav
in the css.So on your wordpress site, you would need to change it on the navigation class/id (it would depend on your theme).
EDIT: