Reply To: Removing Header-Right Navigation from Page Template

Homepage Community Forums Epik Theme Support Removing Header-Right Navigation from Page Template Reply To: Removing Header-Right Navigation from Page Template

#12157
Bruce
Customer

    Got it. Replaced .epek-landing with this…

    .page-template-page_landing-php .header-widget-area {
    display: none;
    }

    Thanks for putting me in the right direction.