Hello @katrina086,
All entry content color is already black in sela theme.only link color are showing in pink in sidebar widget.if you want to change color of all links then use custom css given below:
a {
color: #000;
}
Regards
Hi there – I created a Gist with all the CSS needed to override the default pink in Sela, including links and the navigation bar strip. This palette changes it to turquoise, but you can use any colour you prefer.
https://gist.github.com/kathrynwp/596b1a16c2cfe769a5456c1ea13a01e1
Don’t edit the theme files directly, otherwise your changes will be overwritten every time the theme is updated.
An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS. You could also install a standalone custom CSS plugin if you prefer.
If you need further help, could you provide a link to your site runing Sela so I can take a look directly?