Hello everybody,
I cant find the way to make font smaller just in magazine boxes on home page?
The font size is the same as primary font size and I try everything what i know to change it, but nothing seems to work.
This is the site: optometrija.net
Please give me advice, i will appreciate any help!
Right now that part of the page is inheriting the font size that is set for the body. Where your style sheet says
.entry p {
text-align:left;
}
try changing it to include the font size that you want.
ok i found that part, but how should I change it? what exactly should I add??
thank you for your help!
Make it something like
.entry p {
text-align:left;
font-size : 10px;
}
Use whatever font size you want.
This doesnt solve the issue, it changes primary font size only. But thank You for your effort, I found the way to do it.
I added to this line font size:
.mag-content {
height:300px;padding:0 .6em;
overflow:hidden;
font-size:12px
}