Changing Widget Link Font Size

Latest Reply from Alice at 2013-12-02 04:02:05
Hello,

I am using the RetroPress theme and I am trying to increase the font size of links in widgets. Specifically "recent Posts" and "categories". It is so small it is barely legible. Thank you in advance!
Hi!
To fix this you have to edit the code:
/*------------------------------ WIDGETS ------------------------------*/
#content .widget .caption h3{
border-bottom:1px solid #dcd8cd;
text-align:center;
font-size:20px;
}

in the file style.css.

Leave a reply

Add codeAdd image