Global h1, and or h2,h3 formatting

ThemeBurn SupportForumsWordPress ThemesShoppica WordPress ThemeGlobal h1, and or h2,h3 formatting

This topic has been marked as not resolved.

Is there an easy way to declare attributes to all H1 for example?

Im trying to make all the h1′s have an specific font and all the h3′s have another.

April 3, 2014 at 4:48 am #31330

Hello,

You can add your custom CSS code into Theme Options. You can use following code as example:


h1 { font-family: Tahoma; }
h3 { font-family: Georgia; }

Best,
ThemeBurn team

April 4, 2014 at 12:30 pm #31353
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.