Hi,
I would like to change the portfolio thumbnail headers to be consistent with the other default header font (which appears to be Josefin Sans).
I found a similar post on this topic some time back indicating I should insert this code somewhere into the header.php menu:
#top .portfolio-title{
font-family: 'Princess Sofia',serif !important;
font-size: 20px !important;
}
I am not a programmer so if you could please explain exactly where (as in what line of code) this goes after that would be great, so I can just cut and paste the code. Also, to get the code to make the Josefin Sans font would it just be:
#top .portfolio-title{
font-family: 'Josefin Sans',serif !important;
font-size: 20px !important;
}
Thank you for explaining this more fully to a non-programmer!!
Best.














