Hi I want to change the background color (in my own color) of the menu bar (navbar), which is also transparent (shows images of JA ACM slideshow) template= Ja Hotel
basdim
You can use this custom css to define new color for navbar:
.has-slideshow .t3-header { background-color: your_desired_color !important; }
Thanks saguaros but If I set e.g. #028FDF as desired color, the color is displayed but the menu (nav menu) is no longer transparent so the slideshow is not visible behind the menu (nav menu)
basdim Hi. Can You please add this code to css and tell me the url to Your site so I will be able to check the issue?
Try to add opacity and adjust the value to suit your need:
.has-slideshow .t3-header { background-color: #028FDF; opacity: 0.7; }