Support Forum

Topic: plugin-widgets-bundle

Browse community answers for this topic or search for a specific issue.

Widget Post Carousel

customizationpluginplugin-widgets-bundle · By Dani47 · · Reply by Dani47

Hi, I’m Trying to change the backgorund colour in the Post Carousel widget using this css: .sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item .sow-carousel-thumbnail a span.overlay { background: #ededed; } …and it works fine in Pages and Post but not in portfolio (My portfolio…

zigzag border

pluginplugin-widgets-bundletechnical · By martelle · · Reply by Alex S

I work with a childtheme. In the style.css I put this code in: .container { position: relative; padding: 8px 8px 32px 8px; background: #dddccf; } .container:after { background: linear-gradient(-45deg, #ffffff 16px, transparent 0), linear-gradient(45deg, #ffffff 16px, transparent 0); background-position: left-bottom;…