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
Changing the text colour - National Flags
-
- Registered User
- Posts: 121
- Joined: Tue Apr 03, 2018 12:09 pm
- Name: Paula
Re: Changing the text colour
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
Appreciate the extensions/mods/support then you can support me by buying a beer
-
- Former Team Member
- Posts: 22105
- Joined: Wed Jun 22, 2005 4:33 pm
- Location: Your display
- Name: Rich McGirr
Re: Changing the text colour
transgendercommunities.com
-
- Registered User
- Posts: 121
- Joined: Tue Apr 03, 2018 12:09 pm
- Name: Paula
Re: Changing the text colour
Add this to the extensions style sheet.
You want to change this
to be this
purge the cache and refresh your browser.
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;
Code: Select all
ul.flags li {
display: inline-block;
font-size: inherit;
line-height: inherit;
padding-bottom: 2px;
width: 95px;
color: black;
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
Appreciate the extensions/mods/support then you can support me by buying a beer
-
- Former Team Member
- Posts: 22105
- Joined: Wed Jun 22, 2005 4:33 pm
- Location: Your display
- Name: Rich McGirr
Re: Changing the text colour
Thank you it worked great and was so simple.
-
- Registered User
- Posts: 121
- Joined: Tue Apr 03, 2018 12:09 pm
- Name: Paula