Home>Support>Image Size Testimonial in Custum CSS or simple.less

Image Size Testimonial in Custum CSS or simple.less

hello

how can I change the image size and changes to the text in the testimonial change widget?
In the simple.less he does not accept the changes.
I Übetrage the code in the Custom CSS does not work.
Thanks for your help.

Greetings
Stefan

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 29 days ago campingbus Onlineshop

    jemand eine idee?

    den code habe ich in der custum css eingefügt:

    .testimonial-image-wrapper {
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    float:left;
    width: 60px;
    height: 60px;
    overflow: hidden;
    background: #333;
    }
    .testimonial-image-wrapper img {
    width:60px;
    height:60px;
    }
    
  2. 10 years, 28 days ago Andrew Misplon
    Hi, I Work Here

    Hi Stefan

    Thanks for running Vantage.

    Here are a set of selectors you can paste into Appearance > Custom CSS to make changes to the Testimonial (PB) widget:

    /* Testimonial Widget (PB)  */
    
    /* Image */
    
    .origin-widget .testimonial-image-wrapper {
    width: 60px !important;
    height: 60px !important;
    }
    
    /* Text */
    
    .origin-widget .text {
    }
    
    /* Name */
    
    .origin-widget h5.testimonial-name {
    color: #333 !important;
    }
    
    /* Location */
    
    .origin-widget small.testimonial-location {
    font-size: 0.9em !important;
    color: #999 !important;
    }
    

    Text doesn’t have any color or size selectors but you can add your own there.

    (.less files aren’t yet CSS but rather files that still need to be rendered by a CSS pre-processor – please remember that any changes made to theme files will be lost during a theme update. CSS changes can be added to Appearance > Custom CSS or your own Custom CSS module, alternatively a child theme can be used)

    Thanks for your contribution campingbus Onlineshop

  3. 10 years, 25 days ago campingbus Onlineshop

    Hi Andrew

    It works!!! *** Perfekt ***

    Thanks

  4. 10 years, 25 days ago Andrew Misplon
    Hi, I Work Here

    Super, to hear that helped.

  5. 9 years, 6 months ago KaKa

    Good Day Andrew,
    I find every single solution from you are working so fine!
    Thanks for all the patient answers.

    For this Testimonial Widget, is there a file (or code) in which I can swap the row sequence of the NAME / LOCATION / TEXT etc?

    Please keep enlighten us.

    Thanks!

    • 9 years, 6 months ago Andrew Misplon
      Hi, I Work Here

      Hi KaKa

      Really glad to hear you’ve been making progress.

      I’m afraid right now it’s not possible to re-order the widget fields.

      All of the default (PB) widgets are slowly being migrated over to our Widgets Bundle plugin:

      https://wordpress.org/plugins/so-widgets-bundle/

      They generally get an overhaul when that happens. The new Testimonial widget is ready, it just hasn’t been released yet. There are more template options, you can also create your own template. So please do keep an eye on the Widgets Bundle plugin:

      https://wordpress.org/plugins/so-widgets-bundle/changelog/

      For future questions, please open a new thread and we’ll help out there:

      Page: New Thread

      Thanks

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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More