Change Blog Post Paragraph Text Size

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.

 

element.style {
  1. font-size12px;
 
 
Style Attribute {
  1. color#1d2129;
  2. font-familyHelvetica, Arial, sans-serif;
Enhance Your Onlne Experience. 4eLife.com
Quote · 18 Jun 2017

modules/boonex/blogs/tempates/base/css/blogs_common.css

At the top you should see:

.blog_text {

    overflow: hidden;

    font-size: 16px;

}

add font-size: 16px; under overflow: hidden;

clear cache in admin...

by default the text size is controlled by .bx-def-font-large in tepmlates/base/css/default.css

that would make it a site wide change though...  

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 18 Jun 2017

Thanks Dolphin Jay, much appreciated. Although 16 seems ok, maybe its because I am ciopying then making to paragraph text. Il check, thanks again Jay.

Enhance Your Onlne Experience. 4eLife.com
Quote · 23 Jun 2017
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.