Support » Theme: Jalil » How to remove page title?

  • Resolved tm2

    (@tahirahmitchell)


    Hi,

    How do I get rid of the page title? It’s the title in the black box under the main menu.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello tm2,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    section.section.page {
        padding-top: 140px;
    }
    #breadcrumbs {
        display: none;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter tm2

    (@tahirahmitchell)

    It works 🙂

    Thanks for the quick reply!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove page title?’ is closed to new replies.