clnmcgrw

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Changing font colors #4513
    clnmcgrw
    Customer

      You’re probably going to have to use a new selector or class.

      something like :

      body h1, body h6 {color: #ccc;}

      or with a class:

      -in the html: <h1 class=”mycolor”></h1>

      -then in the style.css: .mycolor {color: #ccc;}

      Hope that helps

    Viewing 1 post (of 1 total)