Support Forum

Color in Recent Topics widget

TG Tom Grady
Tom Grady
Member

Is there any way to add color to the different options in the Recent Topics widget.  I would like the Forum name to be one color, the topic to be a different color, etc.  

1 Answer

New Answer

SP Simple Press
Simple Press
Admin

Hi – This is usually the perfect use case for some css.

Something like:

.spRecentPostSection .spListTopicRowName a {
color: red !important;
}

should help change the forum name in the first column of the widget.  I haven’t tested this – just theorizing based on inspecting the css in the chrome browser inspector.