Logo, navbar and first section all transparent

Hi, im trying to get the logo, navbar and first section of the homepage transparent. I put in these sprinkles as a background pattern and they were appearing find but suddenly disppeared and now I cant figure out what I did.
I thought the code I had in was:
.x-site {
background-color:transparent!important}

}
.x-logobar, .x-topbar {
background-color: transparent;
}
but thats not working. The URL is http://2e6.274.myftpupload.com

TIA,
Rena

Hello Rena,

Thanks for writing in!

To resolved your issue, please have your css code updated and use this instead:

.site, .x-site {
    background-color:transparent !important;
}

.x-logobar, .x-topbar {
    background-color: transparent;
}

We would loved to know if this has work for you. Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.