> For the complete documentation index, see [llms.txt](https://competition.docs.getfoundni.co.uk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://competition.docs.getfoundni.co.uk/setup-and-information/entry-list-plugin/fix-pages-not-changing.md).

# Fix: Pages Not changing

A css conflict is stopping your pages changing on the entry list. Here is how to fix.

### How to fix:

* Navigate to theme options in the admin section and then to "custom code"

<figure><img src="https://3757828083-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MkRdwoQGMPqgCGEecsX%2Fuploads%2FcOOK1f9io82sS7YIuVNy%2Fimage.png?alt=media&amp;token=1424c737-c0b1-4854-9e22-7f7926191517" alt=""><figcaption></figcaption></figure>

Scroll down and find ".current" in the "custom CSS" Section.

<figure><img src="https://3757828083-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MkRdwoQGMPqgCGEecsX%2Fuploads%2F3JBlukrirPfe7o8nUdM2%2Fimage.png?alt=media&amp;token=4777db49-9edf-47c6-8cd4-168a40f83aa4" alt=""><figcaption></figcaption></figure>

Change this from **".current"** to **".home .current,.product .current"** or delete all together if you are using the updated progress bar.&#x20;

It should then looks like this:&#x20;

<figure><img src="https://3757828083-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MkRdwoQGMPqgCGEecsX%2Fuploads%2FAof72QrYq9O8T3EOnT7z%2Fimage.png?alt=media&amp;token=9f924763-7cc8-4797-b76e-bf1d82afa52a" alt=""><figcaption></figcaption></figure>

Click Save top right and thats you!
