Hi there i am new to x theme and am loving it, however how do i change header fonts for h1, 2,3 etc they are huge on my existing posts ? Thanks Sarah
Hi Sarah,
Thanks for writing in. You will have to add some custom CSS in X > Theme Options > CSS:

h1 {
font-size: 20px;
}
h2 {
font-size: 18px;
}
h3 {
font-size: 16px;
}
h4 {
font-size: 14px;
}
h5 {
font-size: 12px;
}
h6 {
font-size: 11px;
}
Hope this helps.
Amazing thanks so much that is perfect, Sarah
You’re welcome, Sarah. Please just note though that the px unit is not responsive. You might later use or want to use the responsive text features of the theme (Theme Options > Typography) and find that they won’t work because the code overrides them. It would be good to keep that in mind.
Thanks.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.