Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29518

    Hi,

    What Quick CSS can I use to change the meta color for all special headings, as well as the main color for all special headings?

    Thanks

    #140866

    Hi,

    Please add following code to Quick CSS

    .av-special-heading h1, .av-special-heading h2, .av-special-heading h3, .av-special-heading h4, .av-special-heading h5, .av-special-heading h6 { color: red !important; }

    .meta-heading h1, .meta-heading h2, .meta-heading h3, .meta-heading h4, .meta-heading h5, .meta-heading h6 { color: green !important; }

    Regards,

    Yigit

    #162167

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change Default Colors in Special Headings’ is closed to new replies.