Hide Feed Title and Background

Oscar P

New Member
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!
 

Oscar P

New Member
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?
 

joseph raphael

Well-Known Member
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...
 

Oscar P

New Member
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!
 

joseph raphael

Well-Known Member
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.
 

Keve

New Member
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...
Any chance to hide the title/filename in feed list?


uaXoSb9.png
 
Last edited:

Äkwav

New Member
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
 
Top