Font size in RW 8 Blog page

Hi, how can i set up FONT SIZE in BLOG pages?
all of my blog pages used font-size:11px…
i change CSS with:
.blog-entry-body {
font-size: 18px !important;}
and no changes.
i used some templates, but this is problem with all of them.

site: www.picomineral.cz

Try this

.blog-entry-body {
	font-size: 18px;
}

Works for me.

2 Likes

but not for me…

look at: www.picomineral.cz/blog
content text is 11px… still

i find it… repair…

the problem arose when inserting an article and formatting it

thx.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.