1momof5
Member
Posted 2 years ago #
I have read through several of the discussions on changing font size, and I apologize if this is a repeat, but I am still not able to figure this issue out.
I recently moved my blog to WordPress. I had several people comment to me that the font was too small to read. Apparently, it was looking completely different on Macs vs PCs (I have a Mac and it looked pretty normal).
SO I went into the style.css and changed font sizes until I was able to make the font size larger. The font on individual posts now looks relatively normal, but the main page font is enormous. I still cannot figure out exactly where I need to go to change the main page font. Any help would be wonderful. Thanks!
http://betterinbulk.net/
Try changing:
.entry {
color:#282828;
font-size:100%;
padding:8px;
}
to
.entry {
color:#282828;
font-size:80%;
padding:8px;
}
in style.css
1momof5
Member
Posted 2 years ago #
Unfortunately, that didn't work. It still appears the same.
1momof5
Member
Posted 2 years ago #
I left the house for a few hours, came back, and the font looks 10 times better. I guess I just needed to wait a while for the change to take effect. Thanks!
Remember to press CTRL and F5 simultaneously when viewing an updated page/site. Or try emptying your browser cache. This should ensure that your web browser fetches a fresh copy of the page rather than serving up an out-dated copy from your own cache.