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].
Hi,
I’m new to SiteOrigin and I was trying one of the premade layouts (Little Shop) to make my work easier, but when I applied it to my page, black strips appeared behind my headers and I’m not sure how to remove them. See attached screenshot:
The WP theme I’m currently using is Olsen Light.
Hope you can help me. Thank you in advance.
Sorry, the img link didn’t work. Here it is:
Shoot. One more time, the link to the image instead: https://i.imgur.com/joaY5kS.png
Hi Tara,
Do you have a public URL where we can take a look at what’s going on?
Hi Alex,
Sure. The page is here: http://tarafrejas.com/love-bites-test/
Hi Tara,
This is happening as a result of theme styling. You can change 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-title { background: transparent; color: #000; }You might also need to install the SiteOrigin CSS Editor.
Oh awesome! I just tried it and it got fixed. Thanks a lot!