I found this element of style and I need it to be text-decoration: none!important;
But it is not working on the CUSTOM CSS. Can anyone help me?
Thank you
.element.style {}
.entry-content>*:not(.flex-block):not([class*="flo-"]) a:not(.wp-block-button__link),
.entry-content>a,
.flo-block-text__text>a {
text-decoration: underline!important;
}
Adding screenshot to understand where should I go to edit the core CSS.