badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Can't change fonts of page titles

#3990
Sanjip Shah
Participant

@entacser You could add !important to the css code to run it.

h1, h2, h3, h4, h5, h6
  {
  font-family: Myriad Pro, "Gill Sans", Arial, Sans-Serif !important;
  }

Try this out.