• Hello,

    I want to delete the title at the top off all the pages.
    But not the breadcrumbs, is that possible?

    Thanks,

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello ven2000,

    => Put below css code into Additional CSS textarea (Dashboard >> Apperance >> Customize) then click on Save & Publish button.
    => If there is no Additional CSS option then put below css code into your current theme’s style.css file located at wp-content/themes/your_current_theme/ folder.


    .enigma_header_breadcrum_title h1 {
    display: none;
    }

    Hope this will helps you.

    Thread Starter ven2000

    (@ven2000)

    Hello,

    It works!
    But the breadcrumb is right to the top. Can you create a little space between it?

    Thanks,

    First of thanks of @saurabhdhariwal for nice support.

    Hye Ven,

    .enigma_header_breadcrum_title h1 {
    display: none;
    }

    After this CSS use the below CSS also-

    .enigma_header_breadcrum_title {
        padding-top: 38px;
    }

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Delete only title’ is closed to new replies.