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.

Image Size Testimonial in Custum CSS or simple.less

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

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.

Need fast email support? Get SiteOrigin Premium

Replies

6
  1. campingbus Onlineshop 11 years, 5 months ago

    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. Andrew Misplon Staff 11 years, 5 months ago

    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. campingbus Onlineshop 11 years, 5 months ago

    Hi Andrew

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

    Thanks

  4. Andrew Misplon Staff 11 years, 5 months ago

    Super, to hear that helped.

  5. KaKa 10 years, 11 months ago

    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!

    • Andrew Misplon Staff 10 years, 11 months ago

      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.

Have a different question or issue?

Start New Thread