R rusman Member Oct 20, 2012 #1 The message telling the poster that his/her message is in moderation blends right in. Does anyone know what style that message would be so I can make it stand out more?
The message telling the poster that his/her message is in moderation blends right in. Does anyone know what style that message would be so I can make it stand out more?
Arty Well-known member Oct 20, 2012 #2 Edit style property @messageNotice in "message layout" section. If you want to add something to only moderation notice, not all notices, you'll have to add additional css to that notice. Add this to extra.css: Code: .messageNotices li.moderatedNotice { rules for moderated notice } Upvote 0 Downvote
Edit style property @messageNotice in "message layout" section. If you want to add something to only moderation notice, not all notices, you'll have to add additional css to that notice. Add this to extra.css: Code: .messageNotices li.moderatedNotice { rules for moderated notice }
R rusman Member Oct 20, 2012 #3 I am looking for this class, "importantMessage". Where can I find that class in the admin to edit it? Upvote 0 Downvote
I am looking for this class, "importantMessage". Where can I find that class in the admin to edit it?
R rusman Member Oct 20, 2012 #4 The entire line is Code: <div class="importantMessage">Your message has been submitted and will be displayed pending approval by a moderator.</div> I would like to style that message. Upvote 0 Downvote
The entire line is Code: <div class="importantMessage">Your message has been submitted and will be displayed pending approval by a moderator.</div> I would like to style that message.
Arty Well-known member Oct 20, 2012 #5 Its in xenforo.css, but listed as p.importantMessage. Replace Code: p.importantMessage with Code: p.importantMessage, div.importantMessage and Code: p.importantMessage a with Code: p.importantMessage a, div.importantMessage a Upvote 0 Downvote
Its in xenforo.css, but listed as p.importantMessage. Replace Code: p.importantMessage with Code: p.importantMessage, div.importantMessage and Code: p.importantMessage a with Code: p.importantMessage a, div.importantMessage a
R rusman Member Oct 20, 2012 #6 How do I get to xenforo.css? FTP or through the admin interface? Upvote 0 Downvote
Arty Well-known member Oct 20, 2012 #7 Its a name of template. Admin control panel -> appearance -> styles -> templates. Upvote 0 Downvote
Jake Bunce Well-known member Oct 20, 2012 #8 That CSS selector is actually a bug: http://xenforo.com/community/thread...age-should-be-p-class-importantmessage.34976/ Upvote 0 Downvote
That CSS selector is actually a bug: http://xenforo.com/community/thread...age-should-be-p-class-importantmessage.34976/