Hello,
Hoe do I change the font-weight and color of specific these strings? Without effecting other pages/places? Screenshot: https://imgur.com/a/7vwD3rE
Thanks,
Gijs
hi
yes we can provide the specific page ID
please provide the exact page URL to continue
Page id-0, but this is the page url: https://meestergijs.nl/klas/3a1/stats/
But you could change /3a1/ with any other class of course.
hi
use this:
.groups.group-3a1.stats ul.simple_batch_statistics li strong {
font-weight:400;
}
.groups.group-3a1.stats #buddypress div#item-header div#item-actions h3{
color:#ffa;
font-weight:400;
}
Great! Code works, but is there code where I can use this for all class pages? Not just 3a1?
hi
then you can use this:
.groups.stats ul.simple_batch_statistics li strong {
font-weight:400;
}
.groups.stats #buddypress div#item-header div#item-actions h3{
color:#ffa;
font-weight:400;
}
Great! Thanks
We can close.
thanks for your confirmation