• Resolved aussiekingy

    (@aussiekingy)


    Hi,

    I want to display the series images in a grid using the [sermon_images] shortcode, but I don’t want the series title displayed under the images. Is there a way to just display the images?

    Thanks heaps!

Viewing 1 replies (of 1 total)
  • Hi,

    Just add the following CSS:

    
    h3.wpfc_grid_title {
      display:none
    }

    You can put it in:
    1. WordPress admin: Appearance -> Edit CSS (or Custom CSS)
    2. WordPress admin: Appearance -> Edit, browse to style.css, and add it to the bottom of the file
    3. FTP: Browse to your theme’s style.css, and add it to the bottom of the file

    Thank you for your patience.

Viewing 1 replies (of 1 total)

The topic ‘Remove Series Title From Image Grid’ is closed to new replies.