Hi, when I add a blog post to dophin the text size is too small on the front end. Is there a way to change it, I have been searching the css now for 2 hours and cant find anything even remotely related to the font size of the blog.
when I select the test on the front end and then choose Inspect element I get the following.
I used Useful File Utilities to search and find files (text) such as #1d2129 for the font color but cant find it anywhere within the whole site.
Searching for blog_text produces no place I can change the blog font size either.
I tried adding font-size; 14px; to modules/boonex/blogs/tempates/base/css/blogs_common.css but that made no difference.
Any pointers would be appreciated thanks.
- font-size: 12px;
- color: #1d2129;
- font-family: Helvetica, Arial, sans-serif;
- font-size: 16px;
- line-height: normal;
- font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
- color: rgba(0,0,0,0.7);
- font-family: HelveticaNeue,Helvetica,Arial,Verdana,sans-serif;
- font-size: 14px;
- color: #333;