Skip to main content

We’ve received feedback from our beta testers that the Idea Pipeline widgets on our Ideation module page could use some better styling/contrast. They’ve suggested that the status label be a different color/style from the idea tile (currently they are the same color, size, font, and style). 

When I look at the Idea Pipeline here on the InSpired community, I see a different style between the Idea Status label and the idea. The status label is bold. 

Idea Pipeline widget here on InSpired

I’ve tried changing some theming options on our community, but it does not seem to update things. And I have not been able to find where to style/customize these areas in the backend control. 

How can I style my idea pipeline widget and/or idea titles differently? 


 

Hi @DannyPancratz!

Apologizes on the delay on this, I am working on closing out older unanswered questions. You can do this via Custom CSS. You can do this by opening up Theme → Custom CSS. 

There are 2 options for customizing these elements:

  1. You can customize all the columns together:

     

.pipeline__column-title {
font-weight: 800 !important;
color: blue;
background-color: lightblue;
}
  1. You can specify each column section differently by copying the selector and assigning colors, font-weight, etc.

Hopefully this answered your question and if you need help with anything please let us know!

Sincerely,

Ravi


Reply