Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Just a minor issue but when I use the hero image widget for page builder there’s always this tiny grey pixel at the top left, looks like this:
https://i.gyazo.com/db87b5f4d6c837061663d57903e4c3bf.png
I’ve tried using different pictures, different heights for the pictures etc, the pixel just won’t go away. I think it has something to do with the hero image widget
Hi Pbnsurprise,
Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.
This is a private message.
Hi Pbnsurprise,
Oddly, this is a theme issue. You can fix this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.
.so-panel.widget li:before { background: none !important; }You might also need to install the SiteOrigin CSS Editor.
Thanks Alex!
That fixed it!