I need to change the background of the header. When editing the module it only allows me to change the overlay image, but does not have the option to modify the background image. How can I change it? Please help.
edwinrol Hi
The header is set with transparent background now, which color you want to change to?
You can try with this css code:
div#gkHeaderNav { background: #b97373 !important; }
and change to your desired color.
Regards
Hello. Thx for your prompt answer.
The problem with the solution you give me is that applying that Custom CSS code changes the shape of the background and turns it into a stripe. I would like it to keep the same shape but change the color from purple to blue. How can I achieve this?
I already found it and I was able to change it. The image is not in the normal joomla images directory nor in the template images directory, but in a directory inside the modules: modules/mod_image_show_gk4/styles/gk_app/images. Thank you very much for your help.