Support Forum

Topic: plugin

Browse community answers for this topic or search for a specific issue.

Theme background removed

pluginplugin-siteorigin-csstechnical · By Thomas Stecher Christensen · 8 years ago · Reply by Alex S 8 years ago

I removed the theme background color with the help of an earlier post: https://siteorigin.com/thread/transparent-menu-using-vantage-theme/ Although now my theme has this greenish color in the theme area whenever i scroll down. Can I remove that? Also, in case I want the…

zigzag border

pluginplugin-widgets-bundletechnical · By martelle · 8 years ago · Reply by Alex S 8 years ago

I work with a childtheme. In the style.css I put this code in: .container { position: relative; padding: 8px 8px 32px 8px; background: #dddccf; } .container:after { background: linear-gradient(-45deg, #ffffff 16px, transparent 0), linear-gradient(45deg, #ffffff 16px, transparent 0); background-position: left-bottom;…