I'm working on a site where the posts for a category will be listed: http://www.maguni.no/beta/kurs-og-aktiviteter/
I would very much like to change the font, size and color that is used for the titles of each posts here. Any way to do that?
Thor
I'm working on a site where the posts for a category will be listed: http://www.maguni.no/beta/kurs-og-aktiviteter/
I would very much like to change the font, size and color that is used for the titles of each posts here. Any way to do that?
Thor
Hi,
You can add this to your custom.css
h1.post-title a {
font-family: Arial, "Georgia", "Helvetica";
font-size: 16px;
color: red;
}
Just change the values.
Regards,
Ismael
Thanks, this is probably a code to change the "Heading H1" in the content of a post? I'm thinking of the title that automaticly is put above each post and that is generated from the filename of the post...
Hi thoddi,
If you mean the text "Gratis inspirasjonsforedrag" then the above css is correct. If its something else, could you point it out with a screenshot?
Regards,
Devin
Strange, it seems to work now... Don't know why I didn't see that the first time. Only thing that doesn't work is the "color: red;". But that's OK.
Thanks:-)
Hi thoddi,
Just replace this:
color: red;
with this code:
color: red !important;
Hope this helps. :)
Cheers,
Ismael
You must log in to post.