National Flags

Changing the text colour - National Flags

Changing the text colour

by Paula Joann » Wed Apr 04, 2018 2:24 am

How do you change the text colour under the flag where it says the number on the users registered for that flag. Right now it is white and I want to change it's colour as it does not show up proper in rain forest.

Paula
Paula Joann
Registered User
Posts: 121
Joined: Tue Apr 03, 2018 12:09 pm
Name: Paula

Re: Changing the text colour

by RMcGirr83 » Wed Apr 04, 2018 10:19 am

Give me a link to the forum where this is being displayed.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer 🍺
User avatar
RMcGirr83
Former Team Member
Posts: 22105
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: Changing the text colour

by Paula Joann » Wed Apr 04, 2018 12:36 pm

transgendercommunities.com
Paula Joann
Registered User
Posts: 121
Joined: Tue Apr 03, 2018 12:09 pm
Name: Paula

Re: Changing the text colour

by RMcGirr83 » Wed Apr 04, 2018 2:14 pm

Add this to the extensions style sheet.

color:black;

You want to change this

Code: Select all

ul.flags li {
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    padding-bottom: 2px;
    width: 95px;
to be this

Code: Select all

ul.flags li {
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    padding-bottom: 2px;
    width: 95px;
    color: black;
purge the cache and refresh your browser.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer 🍺
User avatar
RMcGirr83
Former Team Member
Posts: 22105
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: Changing the text colour

by Paula Joann » Wed Apr 04, 2018 7:51 pm

Thank you it worked great and was so simple.
Paula Joann
Registered User
Posts: 121
Joined: Tue Apr 03, 2018 12:09 pm
Name: Paula