• jacob.cowan

    (@jacobcowan)


    Right now each post has a heading, which is the name of the folder that the image in the post is sitting in. Many of the photos are in the same folder, and so these all have the same header. Is there any way to suppress the header using a shortcode argument or any other way that you can think of? Thanks.

    https://ww.wp.xz.cn/plugins/recent-facebook-posts/

Viewing 1 replies (of 1 total)
  • Thread Starter jacob.cowan

    (@jacobcowan)

    I added this to my CSS in the CSS stylesheet, and it works. I’m still not 100% sure I need the second part, but it seems to be so:

    .rfbp-heading {
    display: none;
    }

    .rfbp-link {
    display: none;
    }

Viewing 1 replies (of 1 total)

The topic ‘Hide rfbp-heading’ is closed to new replies.