• Resolved gdgeorge

    (@gdgeorge)


    As in the title, I’m trying to suppress the author and post date from my front page slide show. I looked at this:

    
    .organic-widgets-content-slideshow-section .organic-widgets-content-slideshow-slide-content {
      display: none;
    }
    

    and suspect that I need to change “none” to something else but I’m not sure where to look for / in the documentation.

    While I’m at it, I’d like to suppress the background as well…

    Thanks!
    Jerry

    • This topic was modified 6 years, 2 months ago by gdgeorge.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Organic Themes

    (@organicthemes)

    Hi Jerry,

    If you would like to hide the post date and author from the content slideshow widget, it can be accomplished using the following style:

    .organic-widgets-content-slideshow-section .organic-widgets-post-meta {
      display: none;
    }

    For removing the background color from the slideshow content, you can use the following style:

    .organic-widgets-content-slideshow-slide-content {
      background: none;
    }

    I hope this helps. Thanks!

    David

    Plugin Contributor wordpresspagebuilder

    (@wordpresspagebuilder)

    Thanks for this information!

    Plugin Author itsdavidmorgan

    (@itsdavidmorgan)

    I’m marking this as resolved.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Suppress post author and date in a slide show’ is closed to new replies.