Hello,
Get the Class/ID of the element where you want to change the font size.
After that using that Class/ID assign css in your stylesheet.
e.g. let's say my about-us page heading 'class' is 'page-heading' then my CSS rule will be
.page-heading{
font-size: 14px;
}
And if all pages have same class and not ID first assign a dynamic class to body tag and then follow above process.
Thanks
User | Count |
---|---|
395 | |
202 | |
146 | |
42 | |
40 |