Forum Replies Created
I don’t know what you mean by activate my page again… the search/category works now.
To the colours – this in your CSS:
.pagination li.active a:hover, .pagination li.active a {
color: #ffffff;
border: 1px solid var(--color-primary-active);
background: var(--color-primary);
}
.pagination li a:hover {
color: var(--color-primary) !important;
border: 1px solid var(--color-primary) !important;
background: #ffffff;
}
The !important on the a:hover color, means both text and background are the same colour, because li.active takes over (background=primary) but a:hover remains (color=primary) due to the !important.
Not relevant what colour I change in settings.
Cheers
Brilliant… very impressed by the speed. Many thanks.
No rush but just a note. Due to the way CSS is structured, the background and text colour are both PRIMARY when you hover (pagination buttons but also elsewhere), so the text disappears.
Thanks again for the fixes.
Ok. So search only works when not on the home page. This is a feature not a bug. Right.
How about the https://library.recoverydevon.co.uk/wpdm-test/ page – where the TABLE ignores categories?
So… with that search, the bug is that it works on inside pages. But used on the home page, it returns POST results, not PACKAGES.
Try the search I have now placed on that same page. No matter what category I choose, it returns results from ALL categories.