Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Allen

    (@amweiss98)

    Are the short headlines in the incoming feed? If so, why don’t you give me the URL of the feed and I’ll see if I can make a CSS entry that will eliminate the headline.

    Thread Starter bjme

    (@mlundin)

    Hi Allen!

    The feed is from Pinterest. Here’s the feed source…

    https://pinterest.com/matakanalodge/guest-photos-reviews-matakana-country-lodge/rss

    Can’t wait to see what you come up with!

    Thanks!
    Barbara

    Plugin Author Allen

    (@amweiss98)

    Hi Barbara
    The easiest thing to do is change this CSS to include the text-indent line:

    div.reg_rss-output .title {
    font-size:1.3em;
    text-indent:-9999px;

    }

    That will take away the title on each post. Now, by doing this you’ll add some space between each post, so you can change this by altering the css to this

    div.reg_rss-output {
    padding: .75em;
    float: left;
    }

    Remember, when you change the CSS, you want to save this file for any updates I have that will overwrite this file, so go to the templates panel in the admin section and hit save CSS.

    Plugin Author Allen

    (@amweiss98)

    ok..I’m assuming this is working for you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove Headlines Display in Feed Import’ is closed to new replies.