-
Henry Wright replied to the topic Browser title and SEO title problem with root profile url in the forum How-to & Troubleshooting 9 years, 8 months ago
-
aces replied to the topic How to change buddypress profile fields text color in the forum How-to & Troubleshooting 10 years, 2 months ago
What I do in Firefox is press f12 to start firebug which should open into the html tab, if not click on the html tab at the top.
On the left of the html tab is an icon of an arrow pointing to a box. Use this to select the item you are interested in.
In your example it should jump to the html in the left column:
<td…
[Read more] -
aces replied to the topic How to change buddypress profile fields text color in the forum How-to & Troubleshooting 10 years, 3 months ago
Well looking with firebug on your test site i can see that the text colour comes from the .label or .badge rule on line 4941 of bootstrap.min.css
try putting something like
.label,
.badge {
color: #000;
}at the end of your child theme’s style.css…
@gkk
Active 9 years, 8 months ago