I don’t use support for anything very often, I prefer to figure it out myself. If I do use it, it’s generally because I need to do something quickly, as was the case here. I don’t think 3/4 days on a simple request, dealing with 3 different support staff, is particularly impressive. I provided login credentials and specified the header. I appreciate that Apex is just getting started and I don’t want to appear unduly critical, but the support experience here wasn’t great. Hopefully you guys can iron things out or this was just a one off, because everything else about Pro is awesome.
Anyway, if anyone else happens across this thread, I figured it out. As is usually the case, it was a really simple piece of CSS that did the trick. I added it to the main Custom CSS menu option for the header, not in the Primary Particle CSS box. To be clear, what I was trying to achieve was an animated underline effect on the text in my header, as opposed to having the line appear as a strike through or right at the bottom of the header. Here’s the CSS:
[data-x-particle*=“inside”][data-x-particle*=“c_c”] {
top: 64%;
left: 50%;
}
The 64% value works for me, you may need to tweak depending on font size etc. The ‘left’ value is still at the default 50%. You can control all the animation/interaction values within the header builder as normal, this just move the Primary Particle down a bit.
Shaun