Does anyone know how to modify title style (CSS) of JA popup?
I would like to display title "inside" or "over" images.

Does anyone know how to modify title style (CSS) of JA popup?
I would like to display title "inside" or "over" images.
Could you give me a link to your website use JA Popup?
Hi khoand:
Here it is
http://photobooks.com.tw/JOOMLAja/index.php/popup-demo
You replace the code from http://photobooks.com.tw/JOOMLAja/pl...y.fancybox.css
withCode:div#fancy_title { position: absolute; bottom: -33px; left: 0; width: 100%; z-index: 100; display: none; background-color: white; }
Code:div#fancy_title { position: absolute; left: 0; width: 100%; z-index: 100; display: none; background: transparent; }
Reply With Quote
Bookmarks