Jump to content

Group Colors

Featured Replies

Posted

Hello,

Is there a plugin that gives group colors? I want 'vendors' to be bolded and blue is this possible?

  • Community Expert

It’s a stock feature:

867009871_Bildschirmfoto2019-01-15um21_31_34.thumb.png.10cf2e87175b9c11b57b4304db56f917.png

  • Author

I can see how you change the color but how do you do colors and bold?

  • Community Expert

If you really need both, you would need to set up a CSS class in your custom.css. 

.groupname { font-weight:bold; color:#0000AA; }

And then in the group options, you use <span class="groupname"> and </span> in the places where it suggests <strong> and </strong>

  • Author

OK thank you

30 minutes ago, opentype said:

If you really need both, you would need to set up a CSS class in your custom.css. 

.groupname { font-weight:bold; color:#0000AA; }

And then in the group options, you use <span class="groupname"> and </span> in the places where it suggests <strong> and </strong>

Or could reduce the css via this as then don't need load per theme <span color="red"><b> and end with </b></span>

  • 3 weeks later...
On 1/15/2019 at 3:34 PM, Zachary Johanson said:

I can see how you change the color but how do you do colors and bold?

Quote

<span style="color: #2B60D; font-family:arial bold; 3px 2px 5px;">

 

 

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.