A few things I need help with

Hello,

Could i please have help with a few things:

  • Remove the post arrows https://www.integroaccounting.com/take-home-pay-calculator/ I have tried display none but it doesnโ€™t work
  • How can I add the post category in the breadcrumb? So it goes Home - Post Category - Page
  • On mobile there is a white box above the top bar, how do I remove this?

Thank you for your help in advance.

Hello @Jessvb,

Thanks for asking. :slight_smile:

  1. Please add following CSS under X > Theme Options > CSS:
.x-nav-articles {
    display: none;
}
  1. As of now by default X Theme does not offer this. You can take a look at following posts for some pointes:
    https://theme.co/apex/forum/t/themeco-x-breadcrumbs-with-category/9438/2
    https://theme.co/apex/forum/t/how-to-customize-breadcrumb-path/25837/2
  2. Please add following CSS under X > Theme Options > CSS:
.p-info {
    display: none;
}

Thanks.

Wow thank you for such a quick response thank you so much

You are most welcome. :slight_smile:

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