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.

Background color, testimonial-image-wrapper, Vantage theme

Resolved 3 replies premiumthemetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

I’m wondering how to change the background of the testimonial-image-wrapper. Can’t find it in style.css. Found it wp-contentpluginssiteorigin-panelswidgetswidgetstestimonialstylessimple.less and changed it, but the changes won’t show. Can somebody please help?

Have a nice day!

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 11 years, 6 months ago

    Hi Espen

    Thanks for running Vantage.

    Our Custom CSS tutorial is here: https://siteorigin.com/basics/modifying-theme-design-with-custom-css/. I’m sure you’ll find it handy. Please keep in mind that editing theme or plugin files directly will cause those changes to be lost the next time you run an update for that theme or plugin.

    Insert the below into Appearnace > Custom CSS and edit as required:

    /* Page Builder Testimonial Widget Background Color and Border Color */
    .origin-widget.origin-widget-testimonial-simple-clean {
    background: #FCFCFC !important;
    border: 1px solid #D0D0D0 !important;
    }
  2. espennn 11 years, 6 months ago

    Hi Andrew,
    Thanks for the tip. For the background of the testimonial-image-wrapper I had to use the following CSS:

    .origin-widget.origin-widget-testimonial-simple-clean .testimonial-image-wrapper {
    background: #FCFCFC !important;
    }

    Have a good day!

  3. Andrew Misplon Staff 11 years, 6 months ago

    Super. Glad to hear that helped. All the best.

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