Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Zachary Johanson Posted January 15, 2019 Posted January 15, 2019 Hello, Is there a plugin that gives group colors? I want 'vendors' to be bolded and blue is this possible?
Zachary Johanson Posted January 15, 2019 Author Posted January 15, 2019 I can see how you change the color but how do you do colors and bold?
opentype Posted January 15, 2019 Posted January 15, 2019 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>
Pete T Posted January 15, 2019 Posted January 15, 2019 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>
Revanx34 Posted February 3, 2019 Posted February 3, 2019 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;">
Recommended Posts
Archived
This topic is now archived and is closed to further replies.