You can opt-out underline the links using the new option on customizer > web page design > general design options.
I used also this CSS on my child-theme, but not needed with the customizer option:
article.post .entry-inner a,
article.post .entry-inner a:link {
text-decoration: none;
}
If you want to overwrite a CSS rule of the Hueman Theme you have to be more specific (CSS Specificity).
This great plugin breaks WordPress after update to WordPress 5.5. Using the recommended plugin “Enable jQuery Migrate Helper” gives the following warnings: https://imgur.com/D0etDze
I also can’t change the file order on minify (JavaScript / CSS). Maybe this issue is related to the jQuery problem.
I’m using the latest version of W3 Total Cache (0.14.3).
Updated the Theme and it is working now. Thanks for this quick update!