Hello,
The solution is to lookup the following in the stylesheet:
p.tags {
font-size: 1.3em;
margin: 20px 0px 20px 0px;
}
And then add underneath it following:
.entry strong {
font-weight: bold;
}
.entry em {
font-style: italic;
}
This should fix your bold and your italic. That’s how I fixed mine.