• Hi,

    Is there any possibility to post bold text on a page (no header)? It seems that “strong” is not functioning.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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

    Thread Starter Hathawulf

    (@hathawulf)

    Hi @sanjog thank for your fast reply.

    I just added the code, but now every text on the website is bold. I just wanted to make some text bold (that is already tagged with the <strong></strong> code).

    Thanks in advance for your support!

    Matthias

    Hi -@Hathawulf

    Sorry to hear that you are still having trouble.
    Can you please send me your site URL for more detail.

    Thank You!!

    Thread Starter Hathawulf

    (@hathawulf)

    Hi @sanjog,
    Thanks for your support – Here is the Link

    As you can see in row 222 there is a text example <p><strong>Ob Laptop</strong>, [..] <p>

    But it is not seen strong.
    Thanks for your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Bold text on pages’ is closed to new replies.