• Resolved adamirving

    (@adamirving)


    Would like to find a way to hide the entry-header on my events pages.

    I have added the following to my child theme’s style.css file in the hopes of treating at least this one page, but it did not work.

    #post-971 .entry-title {display: none;}

    Ideally, I would love to remove all Event titles, and would think such a thing would be easily located in the Settings/Formatting area of the plugin, but I am currently coming up empty after a great deal of searching.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    you can try something like

    
    h1.entry-title {
        display: none;
    }
    

    at the end of your theme style.css or admin theme options > custom css

    Thread Starter adamirving

    (@adamirving)

    That did the trick. I didn’t think to place the h1 in front of it before, but of course that defines what it truly is. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Event Title’ is closed to new replies.