• Resolved pipebandworld

    (@pipebandworld)


    Hi,

    I need to remove the page title from the header banner as on mobile it is not being responsive and over lapping the breadcrumbs.

    Ive tried CSS from previous thread but this removes the banner image as well as the page title

    Thanks

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Shahid Mansuri

    (@shahidmansuri123)

    Hi pipebandworld,

    For this, Please add the following CSS code in custom CSS field (Appearance -> Customize -> Header settings -> Custom CSS).

    .page-mycarousel {
        min-height: 350px;
    }
    .page-title-col {
    	display: none;
    }
    @media (max-width: 480px) {
    .page-mycarousel {
        min-height: 200px;
    }
    }

    Let me know if it works..!

    Thanks

    Shahid Mansuri

    (@shahidmansuri123)

    Hi pipebandworld,

    Did your problem solved or not.
    If yes, then allow us to close this ticket.

    Thank You

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