ok thanks it works.
but…your previous answer regarding colors :
–quote
1. All titles are somewhat derived from “Text color” option. You can play with this by choosing different text colors to see what I mean. Anyway, you can rewrite this rule by applying some css style in admin/theme options/general settings/quick css box:
#main .main-color h1,
#main .main-color h2,
#main .main-color h3,
#main .main-color h4,
#main .main-color h5,
#main .main-color h6 { color: #ffffff; }
#main .alternate-color h1,
#main .alternate-color h2,
#main .alternate-color h3,
#main .alternate-color h4,
#main .alternate-color h5,
#main .alternate-color h6 { color: #ffffff; }
— unquote
I choose #EBEBF0 color…it works for H1, but check the image…on the blog page, it doesn’t work for H3 where I have the “Hello World” link.
could you help?