Add function especially for moderators

Need some custom code changes to the phpBB core simple enough that you feel doesn't require an extension? Then post your request here so that community members can provide some assistance.

NOTE: NO OFFICIAL SUPPORT IS PROVIDED IN THIS SUB-FORUM
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTE: NO OFFICIAL SUPPORT IS PROVIDED IN THIS SUB-FORUM
totallybeautiful
Registered User
Posts: 60
Joined: Tue Mar 13, 2018 4:24 pm

Re: Add function especially for moderators

Post by totallybeautiful »

Now if I want to adjust the font color, how do I do that? I tried to add the attribute ('color', '#FFFFFF') in overall_footer.html, but it didn't work.
User avatar
Ger
Registered User
Posts: 2108
Joined: Wed Jan 02, 2008 7:35 pm
Location: 192.168.1.100
Contact:

Re: Add function especially for moderators

Post by Ger »

Just do it in de CSS, right below:

Code: Select all

.bbc_mod_text {
Add:

Code: Select all

    color: #fff;
So the result should be:

Code: Select all

.bbc_mod_text {
    color: #fff;
    border: 0;
    width: inherit;
    margin: 0;
    padding: 0;
}
My extensions:
Simple CMS, Feed post bot, Avatar Resize, Modbreak, Magic OGP, Live topic update, Modern Quote, Quoted Where (GDPR) and Autoresponder.
Newest: FAQ manager for 3.2

Like my work? Buy me a coffee to keep it coming. :ugeek:

-Don't PM me for support-
totallybeautiful
Registered User
Posts: 60
Joined: Tue Mar 13, 2018 4:24 pm

Re: Add function especially for moderators

Post by totallybeautiful »

Thank you again. :D
Post Reply

Return to “phpBB Custom Coding”