Change Site Title Color on Hero Image

How do I change the text color of the site title?

I’m using RWSkinz’ theme, RW 8.6.

Either in the theme style settings (if you have opted to use your own skin), or via CSS code:

#sitetitle a {
color: red;
}

Whatever you find easiest.

As you probably know already, CSS can either go in Settings > Code > CSS for all pages or add it to your Page Inspector > Code > CSS box.

If you need special effects (like the title changing colour on mouseover) just ask. It’s all possible with RWSkinz.

If you are importing a Bootstrap theme, these may bring in their own title styling too.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.