Hiding Landing Page Titles

Homepage Community Forums Epik Theme Support Hiding Landing Page Titles

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #11355
    Michael
    Customer

      Hello –

      I want to hide the page titles on the landing pages I create only. If I use CSS to hide them than it affects the page titles site wide. Is there a way to isolate only the title attributes on the landing pages?

      Thanks

      #11367
      Eric
      Customer

        Try and add this to your css –

        .epik-landing .entry-header {
        	display: none;
        }

        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #11405
        Michael
        Customer

          thanks Eric!

        Viewing 3 posts - 1 through 3 (of 3 total)
        • The topic ‘Hiding Landing Page Titles’ is closed to new replies.