This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

5
  1. Daniel Staff 11 years, 2 days ago

    Hi Andrew,

    Would you mind send a link to your site, so that I get you a custom solution for you? A highlighted screenshot would help too.

    Looking forward to hear from you

    Cheers

  2. Andrew Claflin 11 years, 2 days ago

    Hi Addo,

    The site is still under development, and won't go live until tonight, but here is a screen shot of what I'm talking about. Currently, the containers for the features widget must have a color. How can I make them transparent, so just the icon is visible?

  3. Daniel Staff 10 years, 11 months ago

    Hi Andrew,

    First of all I apologize for the delayed response.

    It seems you did not attach the screenshot. Would you mind re-attaching a link to it and probably a direct link to the page in question?

    Looking forward to hear from you.

  4. Andrew Claflin 10 years, 11 months ago

    Not sure what happened to the screen shot…

    the site is http://www.goldenarowanaflooring.com and my question is how to make the red containers of features widget on the front page transparent.

  5. Daniel Staff 10 years, 11 months ago

    Hi Andrew Claflin

    You can change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    .sow-icon-container.sow-container-rounded-square {
         opacity: 0.4;
        filter: alpha(opacity=40); /* For IE8 and earlier */
    }

    Try that out

    Cheers

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.

Have a different question or issue?

Start New Thread