Home>Support>Styling Issues: Widgets

Styling Issues: Widgets

Hi,

I can´t find a solution for “unification” of appereance of widgets … It seems like every widget has it´s own font system. The cirle icon widget is using another font type than the post carousel …

1) How can I change the font type, color, size, thickness, alignment in any widget? As well, I want to change the block capitals in the title in case sensitive.
– title
– standard text
– link color
– hower link color

2) I would like to display the post images in the post carousel with rounded corners. Additional I would like to change the font type, size, color, alignment … (see 1) of widget title as well as text underneath (post/page title). And is there any possibility to make the hover from the arrows in another color?

3) How can I adapt the size and position of the circle icon in the circle icon widget. I would like to have the icon smaller, as well as placed in the same line/height like the title of the widget, left from the widget title. Is it possible to do that?

4) I would like to set a thin frame around some of the widgets. (border, color, rounded corners, …) The frame should has rounded corners. Any idea?

Thank you so much in advance!!!

Cheers,

Birgit

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

  1. 9 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    Hi Birgit

    1. Our newer widgets should be better at leaving font styling up to the theme. Try the:

    SiteOrigin Features widget
    SiteOrigin Post Carousel widget

    To replace the Circle Icon and regular Carousel widget.

    2. Once you have the new SiteOrigin Post Carousel widget in place we can help with tweaking the font setup. Corner rounding is unfortunately more of a custom development task.

    3. Icon size control is unfortunately not yet a feature of the Circle Icon widget. Give the newer SiteOrigin Features Widget a try. Icon size is a setting there.

    4. You can set a border color by editing the widget in Page Builder and clicking the Design tab on the right then Border Color. Rounded corners, unfortunately a custom development task.

    Hope that helps.

  2. 9 years, 4 months ago Birgit

    Hi Andrew,

    I changed the widgets in SiteOrigin Features Widget as well as in SieOrigin Post Carousel Widget. Now I am very curious about tweaking the font set up. :-)

    Thank you in advance!

    Birgit

  3. 9 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    Please send through a link to the page concerned, we’ll take a look at what’s happening with the font setup there. Thanks.

  4. 9 years, 4 months ago Private Message - Birgit

    This is a private message.

  5. 9 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    Thanks :)

    Carousel Widget

    /* SO Carousel Widget Title */
    .panel-grid-cell .sow-carousel-wrapper .sow-carousel-title .widget-title {
      font-size: 1.1429em;
      text-transform: uppercase;
    }
    
    /* SO Carousel Widget Post Headings */
    .panel-grid-cell .sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item h3 {
      font-size: 1em;
      font-weight: 700;
      text-align: left;
    }
    .panel-grid-cell .sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item h3 a:hover {
      color: #0896fe;
    }
    .panel-grid-cell .sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item .sow-carousel-thumbnail a span.overlay {
      background: #0896fe;
    }
    

    Features Widget

    /* SO Features Widget Container */
    
    .sow-features-list .sow-features-feature {
    text-align: left;
    }
    
    /* SO Features Widget Heading */
    
    .sow-features-list .sow-features-feature h5 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    }
    
    /* SO Features Widget More Text */
    
    .sow-features-list .sow-features-feature p:last-child {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    text-align: left;
    }
    
    /* SO Features Widget More Text Link */
    
    .sow-features-list .sow-features-feature p.sow-more-text a {
      color: #e08331;
    }
    

    Adjust as required.

    This widget unfortunately doesn’t have an icon left option like Circle Icon. It’s in the pipeline. Unfortunately no ETA yet.

    3. Unfortunately no height option for SO Slider yet. Hopefully soon.

    All CSS above must go under Appearance > Custom CSS. Some is pulled from another project. Just adjust values as required. You can also remove properties that you don’t need to edit.

    Want to know how this info is gathered and used? See:

    https://siteorigin.com/basics/modifying-theme-design-with-custom-css/

  6. 9 years, 4 months ago Birgit

    Again thank you!!!

    1) SO Feature Widget:

    … everything worked fine – Thank you! Only one thing left: The link color #009dcd is now the right one. :-) … But, when I move with the mouse over the link, it should get another color #0086af, instead the word get underlined …

    2) SO Post Carousel:

    I used the customs setting, changed a lot, put !important to the changes, so system runs it. Unfortunately, still the Widget Title does not change it´s size … and … the Post Tile underneath the image does not change size as well as text alignment too.

    3) I found out, that I can use inseat of SO Slider the Meta Slider, and it works!!! Yeahhh!

    4) By the way, is there any possibility to add an Widget title to the SO Google Widget?

    Thank you again!!!

    Birgit

  7. 9 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    Sure.

    For the feartures widget add:

    /* SO Features Widget More Text Link Hover */
    
    .sow-features-list .sow-features-feature p.sow-more-text a:hover {
      	color: #e08331;
    	text-decoration: none;
    }
    

    Replace the color as required.

    2. Try changing the carousel title rule to:

    .sow-carousel-title h3.widget-title {
      font-size: 0.8em !important;
      text-transform: uppercase;
      text-align: left !important;
    }
    

    And the carousel post headings to:

    .sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item h3 {
    
    }
    

    Thumbnail size is being outputted by the following, you could look at using it:

    .sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item .sow-carousel-thumbnail a {
      display: block;
      width: 242px;
      height: 162px;
      background-size: 242px 162px;
      background-position: center center;
    }
    

    4. I’ve noted this as a feature suggestion. Unfortunately, it would be more of a medium term thing if it gets implemented.

  8. 9 years, 4 months ago Birgit

    BIG THANK YOU

    … everything worked fine … And as well thank you for the video … I looked at it … And it will help me to run small adaptions by myself.

    :-)))

    Am 15.05.15 12:57 schrieb "Andrew Misplon" unter
    <forum+13000-u19817-aa4358cb35e51115075fa037de58806fa3f7e337@siteorigin.com>
    :

  9. 9 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    Super, glad to hear that helped :)

    All the best with your project.

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