Hello guys,
This issue was arleady discussed in the thread below but I’d like to expand on it as I’ve come across another related problem and you might want to take a note:
This time, this is happening on the single-page for a CPT we’ve created using Toolset.
We have a Global Block that renders the breadcrumbs. The links in the breadcrumbs are hijacked by this rule:
.format-standard .entry-content a:not(.x-btn):not(.meta-comments) {
color: #E66923;
}
I went ahead in .../themes/pro/framework/functions/frontend/generated-css/icon.php to try and find that line but to my surprise there wasn’t any like previously with the dotted bottom border.
I would like to apply the fix by replacing the selector with .format-standard .entry-content a:hover:not([class]), could you indicate where I can find the code above to be replaced?
Thank you!
