Remove navigation arrows on post header

Hi there,

After the upgrade from X to Pro there appear arrows next tot the header. I made this header for the X version of my site using some custom CSS to get the header under the featured image.
I like to keep that. I just don’t want the navigation arrows.

Do you have some extra css or do I need to alter a php file?

Hoping for your detailed description of the actions I should take.

Thanks,
Debora

HI Debora,

You may add this custom CSS in the Global CSS area to remove the navigation arrows:

.x-nav-articles {
    display: none;
}

You can find more info on how to check for CSS selectors here.
Then information about writing your custom CSS here.

Hope this helps.

It did help. Thanks a lot!

Regards,

Debora

On behalf of my colleague, you’re welcome. Cheers! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.