How To Overlay Text On An Image in Drupal 7 without views... for example, I want to add a text on my about us image. where it is placed in a home page in a footer section. When I hover on about us image I want to display something text. how can I achieve that in drupal7? please do a favour... thanks in advance

Comments

hiramanpatil’s picture

If you are not using any views to show the images so assuming that you at least have block (maybe custom block) created for footer section. Then you can use basic CSS trick to show the text overlay on image.

Check this URL:- https://css-tricks.com/text-blocks-over-image/

Thanks,

hitech3273’s picture

is there any pre build module to do or documentation to achive that