Okay
  Public Ticket #1541233
Site Background
Closed

Comments

  • michael started the conversation

    Hi!

    Loving working with Wizzaro so far.  One question, how can I remove or change out the site background (the white with the X going thru it).

    Thanks,

    Mike

  •  1,823
    Support replied

    Hi Mike,

    You can hide the lines with:

    .bg-lines {
        display: none;
    }

    and change the background color with:

    main {
        background: your_hex_color_code_here !important;
    }

    in  Customizer -> Additional CSS


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • michael replied

    Perfect!  Thank you so much!