Hi!
That would be:
.alx-tab .tab-item-date { color: #aaa; }
Thanks for the quick reply! I’ve tried adding that tag to my child theme’s stylesheet (using a different hex code, of course) before and it didn’t change anything. Do I have to edit this in the main theme’s CSS?
Sometimes the setting is ‘locked’ in parent CSS. Try to override this with !important:
'.alx-tab .tab-item-date { color: #aaa!important; }'
Correction:
.alx-tab .tab-item-date { color: #aaa; }
Thank you for the suggestion. Unfortunately, it didn’t work.
Hm, it should work.
1) Is the child theme the active theme running?
2) Any cache plugin running?
3) Any browser cache? Try force-refreshing the page while viewing it with CTRL+F5
1) Yes, it is.
2) No, I don’t have any cache plugins installed.
3) I’ve tried opening the site at work, where I’ve never opened it before, still no luck.
Would you mind having a look? Maybe you can figure out what I’m doing wrong. None of the other CSS customizations that I’ve done so far have given me this problem.
…aaaand for some mysterious reason it works now. Thank you both for all your efforts!