Plugin Author
wpseek
(@alphawolf)
Hi @hunternott, yes you can with CSS.
@alphawolf could you be so kind to publish the css code and i will add it?
Thanks,
Plugin Author
wpseek
(@alphawolf)
@hunternott sure. Can you link your archive page so I can see your HTML markup? Thank you!
Plugin Author
wpseek
(@alphawolf)
@hunternott Thanks! Where do I find your archives page?
@alphawolf right in the main page scroll down to archives. See the years they aren’t bold.
Plugin Author
wpseek
(@alphawolf)
Okay, even though that’s not the Simple Yearly Archive plugin you’re using, try adding the following to the end of your theme’s style.css file:
.Annual_Archive_Widget li a {
font-weight: bold;
}