Hi there,
no matter if I add custom CSS e.g. like this simple one:
.x-always-active, .x-anchor:hover {
text-decoration: underline !important;
}
as page or global CSS, it’s working and shown in Cornerstone, but not at the front end. Only if I add it as custom element CSS like
$el .x-always-active, .x-anchor:hover {
text-decoration: underline !important;
}
it’s working at the front end.
It’s a fresh Wordpress (latest 6.4.2) and Pro Theme (latest 6.4.6) installation with just 3 plugins activated (Disable Gutenberg, Safe SVG and Smooth Scroll). But also deactivating these doesn’t change that.
Any idea?
best regards
Mirco