Posted January 15, 20196 yr Hello, Is there a plugin that gives group colors? I want 'vendors' to be bolded and blue is this possible?
January 15, 20196 yr 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>
January 15, 20196 yr 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>
February 3, 20196 yr 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.