How to delete the grey space??
Hi!
I am a little noob in SiteOrigin, and I need some help!
If you look at my site: www.ViSpiller.com – On the frontpage, everypage, if I make a new row, it will be white first, and then grey.
How can I make the site all white?? :) Or, maybe another color?
Thank you very much!
Best regards,
Andreas F
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Andreas,
You have CSS present on your website that is adding a gray background for every second row. I’m unsure exactly where the CSS is being added so I can’t clarify the cause. Regardless, you can override this CSS more specific CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Please add the following CSS:
.entry-content .panel-grid:nth-child(even) { background-color: transparent; }You can also alter the above CSS to a different color if you would like for this to happen, just with a different background.
You might also need to install the SiteOrigin CSS Editor.
By the way, as you’re a premium user, you’re entitled to priority email support. If you would like to make use of that, please follow the instructions found on your Page: Dashboard (please refer to the support tab). Please reference this thread and include your SiteOrigin order key in the email.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.