• I need to get my H2, H3, H4,……. tags in appear in bold form but couldn’t get that done.

    Secondly, i want to create a right side bar in addition to the left one i already have

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello!

    1. Log into your WordPress Website
    2. In the backend of your website, place your cursor on the “Appearance,” button.
    3. Choose “Customize” from the options that appear.
    4. Note that if you are already signed into your WordPress account, you will have a black band that has the “Customize” option in the front end of your website.
    5. Clicking on the “Customize” link takes you to an editing panel, that has a front-end view of your site to your right and customization options to your left.
    6. Scroll down and click on the “Additional CSS” option.
    7. Add the following code to this section;

    h1, h2, h2, h4, h5, h6 {
    font-weight:bold;
    }?

    Check out this blog for the additional sidebar https://www.wpbeginner.com/wp-themes/display-different-sidebar-for-each-post-and-page-for-wordpress/

Viewing 1 replies (of 1 total)
  • The topic ‘How to bolden H2 tags and create left and right side bars’ is closed to new replies.