buck100
Member
Posted 2 years ago #
Hello,
The blog I am working on at http://www.activeword.org/blog/ uses an image for the title header but does not have a title for syndication feeds. I tried to add it in the dashboard but the title text becomes visible and collides with the image making a very ugly scene.
I suspect this is because of the Tickled Pink theme that we are using. What can I do to correct this problem. Thank you in advance for you help.
Buck
what do you mean no title for syndication feeds ?
your "logo" image does not have a title attribute...
buck100
Member
Posted 2 years ago #
I have this:
<meta name="Description" id="Description" content="The official Pastor Bob Coy Blog From The Active Word."
<title> </title>
But I don't think that the logo image has a title attribute. I did not see that in the WP dashboard so I believe that I have to manually code this. Please let me know if you know of another solution.
Thank you.
buck100
Member
Posted 2 years ago #
I looked at our code and we have the image file being pulled from a CSS command. Does anyone know if you can add an alt tag to the CSS code pulling the image?
Thanks
in fact, your image does not have a title like i said in the first post.
It is a background css image (the whole header as one image)
you can have a title between the <title> </title> attributes, if you want, you can add a <span> to the image div in order to add title, or any other method.