• Resolved afyonluoglu

    (@afyonluoglu)


    Hello @weblizar
    I want to remove grey-info bar (that contains the page title) between dropdown main menu and page content. How can i do this (for a specific page or for all of the pages) ?

    Best
    Mustafa

    • This topic was modified 8 years, 4 months ago by afyonluoglu. Reason: adding one more topic tag

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

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

    For removing the title section, use the below CSS code in custom CSS editor and save the changes.

    .enigma_header_breadcrum_title .col-md-12 {
        display: none;
    }
    @media (min-width: 1200px){
    .enigma_header_breadcrum_title {
        padding-top: 80px !important;
    }
    }

    you can manage the spacing between menu and content by using the “padding-top: 80px” CSS.

    Thanks.

    Thread Starter afyonluoglu

    (@afyonluoglu)

    Great ! It is worked !
    Thank you !

    Best
    Mustafa

    Thread Starter afyonluoglu

    (@afyonluoglu)

    It is resolved

    You’re most welcome Mustafa.

    Thanks.

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

The topic ‘Remove Header Bar’ is closed to new replies.