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

#12155
Bruce
Customer

    Thanks. I can remove the header widget for the entire site with….

    .header-widget-area {
    display: none;
    }

    but adding the .epik-landing class does not limit that to landing pages (widget still appears). Are you sure that is the correct class name? I don’t see any other references to that in the CSS.