Change site title color: Argent Theme
-
How do I change the site title color? The available colors don’t show up on the header picture I want to use.
ThanksThe blog I need help with is: (visible only to logged in users)
-
Hi there, give the following a try. What I’ve done is change the site title to white and then put a slight text shadow on it so that the text is more readable when over light colored parts of your image. You can of course edit the color, this was just an example.
.site-title a { color: #fff; text-shadow: 3px 3px 1px #000; }If you also wish to change the color of the border line around the title, add this also and adjust the color as you like.
.site-title { border-color: #fff; }
- The topic ‘Change site title color: Argent Theme’ is closed to new replies.