I disabled the right click feature. I used the following custom CSS:
.header_color .header_bg {
background: black;
color: black;
}
.header_color .main_menu ul:first-child > li > a {
color: white;
}
.header_color .main_menu ul:first-child > li a:hover {
color: white;
}
/*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/
#header_main .container, .main_menu ul:first-child > li a{ height:93px; line-height: 88px; }
Thank you!