Hi,
how can I set a white background for the Main Menu on http://www.yserrain.de so that it is better readable?
Thanks
Hey solid-image,
Try this code in the General Styling > Quick CSS field for a solid color:
#header_main_alternate.container_wrap {
background-color: #fff !important;}
or this for some transparency
#header_main_alternate.container_wrap {
background-color: rgba(255,255,255,0.7) !important;
Best regards,
Mike
Thanks …. it worked