How can i change the font size of article title and page title?
I have changed my menu font size by custom.css, may i do it in the same way?
Please help, thanks.
Please post all new support queries in our New Forum.
.article-title, .article-header h1{
font-size: 60px;
}
.page-title, .page-header h1 {
font-size: 60px;
}
.t3-mainnav .nav > li > a {
font-size: 18px;
}