Hi, I wonder if someone could help me with a CSS code for altering the color and size on the heading tags, H1, H2 and so on. Both for the flexi columns (which seems to be formatted differently than plain pages) and normal page flow.
Cheers, Thor
Hi, I wonder if someone could help me with a CSS code for altering the color and size on the heading tags, H1, H2 and so on. Both for the flexi columns (which seems to be formatted differently than plain pages) and normal page flow.
Cheers, Thor
Hello,
You wanted to change the post title, right? I think I answered another of your posts.
#top h1 a, #top h2 a, #top h3 a, #top h4 a, #top h5 a, #top h6 a {
font-weight: inherit;
text-decoration: none;
color: inherit;
}
I think you can use that to alter the headings.
Regards,
Ismael
You must log in to post.