Hi
the font sizes for normal bodytext:
on pages : 13px
on posts: 16px
on portfolio-elements: 19px
How?
mfg
m.
May i have an answer?
Hi,
We cannot help you out unless you link to examples of what you are referring to.
Best regards,
Rikard
Hi
the font sizes for normal bodytext SHOULD BE:
on pages : 13px
on posts: 16px
on portfolio-elements: 19px
How DO I DO THIS?
Better?
May i have an answer, please?
you have on those post-types different classes on body tag ( or #top).
so you can differ by :
#top.page
#top.single-portfolio
#top.single-post
so try:
.responsive #top.page {
font-size: 13px !important;
}
.responsive #top.single-post {
font-size: 16px !important;
}
.responsive #top.single-portfolio {
font-size: 19px !important;
}