X theme Icon Stack - When I remove breadcrumbs the formatting in my posts goes really weird

Hi team,

I have two questions.

  1. When I remove breadcrumbs the formatting in my posts goes very weird. All text will bunch up on the left side of the page on my posts (specifically posts, not any other pages). But when I scroll down the page will then return to normal. When I turn breadcrumbs back on it will go back to normal. Not sure how to fix this one.

  2. How do I change the colour of the page number buttons at the bottom of my Posts page?

Site is: www.kevinrudd.com

Thanks for you help!

Hello Kevin,

You may disable the breadcrumbs on your site then please go to X > Theme Options > Header then increase the value of Navbar Top Height (px)

You will have to add some custom CSS for this. Please add this in X > Theme Options > CSS:

.x-pagination span {
    color: #000;
}

.x-pagination a {
    color: #ccc;
}

Feel free to change the value of the color in the code above.

Hope this helps.

Hi again,

The instruction did not help re. turning of breadcrumbs unfortunately. This is what it looks like:

Hi Kevin,

I checked the front end of your website and the breadcrumbs are there so it showed the blogs correctly. I tried manually to remove the breadcrumbs using the Chrome Developer Toolbar but there was no issue, so I need to access your WordPress Dashboard to be able to see the problem.

Would you please kindly follow the steps mentioned below and get back to us with the result?

  1. Update the Theme to version 7.2.3, currently, you use an incompatible version of the Cornerstone plugin and the theme. Here is the guide on how to update the theme.
  2. Go to Appearance > Themes and select the X theme instead of X Child and see if the problem goes away. If so, it means there is some kind of customization going on your child theme that causes the issue.
  3. Test for a plugin conflict. You can do this by deactivating all third-party plugins, and see if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

kindly get back to us with the result of the steps above and URL/User/Pass of your WordPress dashboard using the Secure Note functionality of the post to follow up the case if you still have problems.

Thank you.

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