Numerous people were reporting issues with having bold or italicized text on their blog roll pages. So I dug in much more to find the bug and the fix is below until the next update comes out.
The lowdown is that what is causing it is the code in the themes function.php (around line 735)
You have to open the Theme Editor and locate functions.php from the right-hand side.
Find this below code on around line 735
$excerpt = strip_tags( $content, '<b><strong><em>' );
as soon as I remove it from leaving in tags (b, strong, em) then it is fine
$excerpt = strip_tags( $content );
This is due to the content in my first paragraph having these tags and I would expect the code in the theme tells it not to remove it from the excerpt, but then on the blog there is no ending or which makes ALL CONTENT AFTER THIS HAVE THE BOLD AND ITALIC OR WHATEVER WAS ENABLED.
One thing which impacts Acabado non-stop is the poor look of the images on the website, especially the homepage and featured post images.
For the links like the about button to function they pull content, sometimes hosting will detect this and block the functionality and this is meant to help ID.
Jquery within Acabado is disabled by default to maximize page speed, you can enable it with specific plugins that keep changing but include Elementor, etc.
Running Woocommerce on Acabado is a nice way to get you a storefront that runs exceptionally fast to have a storefront like dropshipping or more!
This is a tweak specifically to allow you the ability to make your category and tag pages look much more structured and professional, hopefully you like!