Changing the Employee Position Color in Sydney

Want to restyle the position text under each employee on your Sydney site? The employee position line inherits a default color, but a short CSS snippet lets you swap it for any color that fits your brand.

In this guide, we’ll walk you through how to change the employee position color in Sydney.


Before you get started, make sure you’ve installed and activated the Sydney theme on your WordPress site. If you’re using features from Sydney Pro, ensure that both the Sydney theme and the Sydney Pro plugin are installed and active.

Changing the Position Color

Add the snippet below to your site. You can drop it into Appearance >> Customize >> Additional CSS, or use a child theme if you prefer.

.roll-team .info span {
    color: #000000;
}

Replace #000000 with the hex color you want. If you need help picking a color, the Color-Hex tool is handy for grabbing hex values.


That’s it! You’ve successfully changed the employee position color in Sydney.

Next, would you like to tweak the header next? Check out our guide on Adding a Background Color to the Sydney Menu Default State to learn more.

image_print