• Home
  • Blog
  • Showcase
  • Setup Docs
    • Sunshine Help
    • Flex Help
  • Support
    • Support Area
    • Contact us
    • Feedback
  • Connect
    • Newsletter
    • Twitter
    • Facebook
  • My Account
  • Flex
  • Sunshine
Support : Simple Pro Themes

Support : Simple Pro Themes

Reply To: Make H1, H2 and H3 tags bold

If you have purchased a product, please enter the email address that you used to register at time of purchase.
Log In
Lost Password

Create an Account
  • Your username must be unique, and cannot be changed later.
  • We use your email address to email you a secure password and verify your account.

Support › Forums › Flex Theme › Make H1, H2 and H3 tags bold › Reply To: Make H1, H2 and H3 tags bold

October 22, 2015 at 3:08 am #610
Davinder Singh Kanith
Moderator

In your style.css file:

Change this code

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 10px;
    position: relative;
}

to…

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px;
    position: relative;
}

P.S. Basically changing font-weight from 300 to 700

Copyright © 2021 · Simple PRO Themes for Genesis Framework · About · FAQs · Contact · Affiliates