Comments michael started the conversationApril 14, 2018 at 5:50pmHi!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,974Support repliedApril 17, 2018 at 4:25pmHi 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 CSSThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policymichael repliedApril 17, 2018 at 6:05pmPerfect! Thank you so much! Sign in to reply ...
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
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
Perfect! Thank you so much!