Thanks very much, Alan. All working as expected in the 9.2.3 updated version.
I’m super-impressed by the speed of your resolution.
Best wishes, John
Many thanks for your very prompt reply, Alan
Yep – reverting to 9.1.8 has fully resolved the issue. I hope that helps you pinpoint what needs fixing.
Meanwhile, I’ll retain the older version which is working exactly as it should. Since we only allow single bookings per event I’m not feeling the lack of the new functionality introduced in 9.2 ;o)
Best wishes, John
In my zerif lite child theme I included the following to deal with a similar issue with unwanted heading capitalization:
h1.intro-text,
h2.dark-text,
h2.white-text
{
text-transform:none;
margin-bottom:1em;
}
You could experiment with something along those lines, adding perhaps the class for the section you want to target.
John