• Hi,

    I’m trying to achieve this header layout: https://ibb.co/mXQCbCy

    I would like to add an icon at the very right of the header that would redirect to the WooCommerce “My Account” page.

    Is it possible with OceanWP? Or is this only achievable by creating a custom header with Elementor? If so, is there an alternative way to add a “My Account” link in the header separated from the main menu?

    I would also like to ask, how do you remove the breadcrumbs in the 404 page? The Blank Page option in the Customizer > General Options > 404 Error Page removes everything, including the header and the footer. I would like to only remove the breadcrumbs. Additionally, is it possible to use a custom header/footer for the 404 page?

    And lastly, I was wondering if it’s possible to create preset headers using the default OceanWP settings and choose them for individual pages at Pages > Edit Page > Header > Header Style?

    Thanks

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

    1. You can add the icon in the menu, please follow the doc: https://docs.oceanwp.org/article/440-how-to-add-an-icon-to-a-menu-item

    But If you want to show only the icon, not the text that then it needs to create the custom header, design a custom template with elementor via Theme Panel > My Library, and use it.
    https://docs.oceanwp.org/article/355-how-to-create-a-custom-header

    2. To remove the breadcrumbs from the 404 pages, use the below CSS code.

    .error404 .site-breadcrumbs {
        display: none;
    }

    You can assign a custom template from Customizer > General Options > 404 Error Page, and a template you can create via Theme Panel > My Library.

    In the template, you can use the custom header/footer as per need.

    3. You can choose the existing header style from the page level setting or you can also create the custom header and use it from the page level settings.

    Thread Starter jokubas2000k

    (@jokubas2000k)

    Hi @abhikr781,

    Thanks for your response.

    In the template, you can use the custom header/footer as per need.

    I created a template for the 404 page at My Library. In the OceanWP settings for the 404 page template I chose a custom header and footer. And then I assigned the 404 page template at Customizer > General Options > 404 Error Page. But the header and footer I chose for the 404 page template do not appear. Why?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header and 404 page questions’ is closed to new replies.