HI Sorli,
Do you mean the color of menu? By default, it has white color so I guess when you update, your custom change for menu color was removed.
If you want the menu in black, you can use this custom CSS:
.imageBg .gkMenu > ul > li > a {
color: #333 !important;
}