On the page that I’ve listed in the secure note, whatever button is the very first button in the code, doesn’t have the correct CSS applied to it.
Upon inspection, I noticed that it was missing something like this:
.e40-9.x-anchor {
border-width: 0px 0px 3px 0px;
border-style: none none solid none;
border-color: transparent transparent rgba(0,0,0,0.25) transparent;
font-size: 1.25em;
background-color: rgb(0,34,91);
box-shadow: 0em 0.15em 2em 0em hsla(0,0%,0%,0);
}
replacing e40-9 with the correct id for the anchor e40-8.
I can move the buttons around on the page, and whichever is first inline, fails to render the above CSS.
I’ve created a preset and applied it to the button, the same result.
I’ve deactivated all plugins, Theme Options JS and Theme Options CSS.
There is no element CSS, nor ID or class on the element.
There is no page-level CSS.
Any thoughts on why the first button is not rendering the CSS similar to that of all other buttons on the page.
And if I swap positions of buttons, then the button that had the incorrect styles, now has correct style and the correct style button is now incorrect.
It’s just the first button on the page that has this odd behavior.