Hi -@Hathawulf
1. Yes it is possible to post bold text on a page.For that need to Create child theme
2.Reason to create child theme is your changes will not overwrite on theme update.
3. Now in your child’s theme folder style.css file.Copy and Paste below code:
/*
Theme Name: Coeur
Theme URI: https://frenchtastic.eu/theme/coeur
Version: 3.0.4
Author: frenchtastic
Author URI: https://frenchtastic.eu/about
Template: Coeur
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Description: Through powerful options implemented right into WordPress’ very own interface, Coeur empowers you to push the limits of customisation far beyond expectations. Coeur is simply beautiful, reliable, highly customisable and 100% responsive. Coeur also fully integrates with your online shop by supporting the leading eCommerce plugin for WordPress - WooCommerce. Coeur is as easy to use and customise as it is to install. Try it, you’ll love it.
Tags: blue, gray, pink, purple, white, yellow, dark, light, one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-colors, editor-style, microformats, custom-background, custom-menu, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
*/
/*
Coeur just like WordPress is licensed under the GPL license.
*/
.bio p {
font-weight: bold;
}
5. You can now remove strong tags wherever you have added.
6. Then activate child theme.
Thank You!1