Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #900441

    Hi,

    how can I set a white background for the Main Menu on http://www.yserrain.de so that it is better readable?

    Thanks

    #900469

    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

    #900501

    Thanks …. it worked

    #900512

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Main Menu Background Color’ is closed to new replies.