Hi, I want to hide the title in feed module and the background behind the title for to have only the images in the grid... It's is possible? And how? Thanks!
In the feed module settings you can change the "Default Layout" to Grid or whatever you see suitable for what you want.
I have Tile Layout and too show the Title and background of the title... In Feed Query not is possible to hide it with a command?
I am not sure, but try this out anyway: Code: <style type="text/css"> type="te.appyet_title{display:none !important; } .appyet_title_unread{display:none !important; } .appyet_title_read{display:none !important; }</style> Add it to the feed module extra header code...
I have to put this in inside Feed Setting in extra HTML HEADER, but only works inside the articles, not outside, thanks for your help!
I used to do the same with the YouTube description in the podcast module... anyway, AppYet is working on a Gallery module for future releases.
I think you have to load the feed online, maybee in php and remove the title or replace it with "" I at myself qerry the feeds from the open web and convert it to rss, so I can decide what I want to display