• Posting out what I hope is hopeful information if you are using this plugin.

    The “Profile” heading value doesn’t seem to have a display setting in the settings page. It is controlled in the mstw-cs-styles css file under .coach bio. The “color” property below controls that heading under the h1 (which is that lightish blue found on the sample page).

    .coach-bio h1 {
    	padding: 0 15px;
    	font-size: 18px;
    	font-weight: bold;
    	color: #1982d1;
    }

    I was also having troubles with line spacing within the bio section. I added a line-height property to the css and removed the font-size value.

    .coach-bio p {
    	padding: 0 15px;
    	/*font-size: 12px;*/
    	margin-bottom: 1.5em;
          line-height: 1.5em;
    }

    This helped the readability of the bio section on my site.

    https://www.ads-software.com/plugins/coaching-staffs/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Profile Heading Color and Bio Paragraph Line Spacing’ is closed to new replies.