Tagged: 

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

    Hi,

    I can’t find the settings to make H1,H2,H3 Font color lighter.

    How do I change that?

    Thank You

    #196503

    Hi skynandi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .alternate_color h1, .alternate_color h2, .alternate_color h3, .alternate_color h4, .alternate_color h5, .alternate_color h6 { color: red; }
    .main_color h1, .main_color h2, .main_color h3, .main_color h4, .main_color h5, .main_color h6 { color: blue; }

    First line is for alternate color heading elements and second one is for main color heading elements

    Best regards,
    Yigit

    #196786

    Awesome, Thanks for the help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to Make H1 H2 H3 font color lighter’ is closed to new replies.