Site Tagline
-
Hello!
I’m looking for assistance to change the color of just one word of the tagline (Photo) to red. I can’t seem to find the right coding for this theme. Any help is appreciated!
Thanks!
site is railewis.com
The blog I need help with is: (visible only to logged in users)
-
I would suggest creating an image (PNG) of your tagline and then we can put that into that site description/tagline element and hide the text of the tagline. The code would be like this:
.site-description { background: url("URL_OF_IMAGE") no-repeat scroll 0 0 rgba (0, 0, 0, 0); color: rgba (0, 0, 0, 0); }You would upload your tagline image to your media library, get the URL of it and replace URL_OF_IMAGE with that URL.
-
-
- The topic ‘Site Tagline’ is closed to new replies.