I don't know what other moderators suggest but I always advice to use override.css. Doing so allows you to easily update the template in the future - only one file needs to be copied to new template. Doing anything else will overwrite all your changes and you will need to manually insert them again.
Now going back to images menu background... Please edit: /templates/gk_steakhouse/css/override.css and add at its end:
- Code: Select all
#gkHeaderMod .gk-short-menu > li {
background: rgba(255, 0, 0, 0.5);
padding: 10px;
}
Above code will create red 50% transparent overlay. It also adds 10px padding around elements without which they look strange.
Remember to enable "CSS override" in template settings - advanced section.