Hi Stephen,
Thank you for your response. I pulled the source code for the two different pages in question. They appear to be distinguished by different classes, however, I tried your suggestion and it didn’t work.
I tried:
body.post-content {
color: blue;
}
Here is just a snippet of the code from each source:
Page 1:
<div class=”post-content”>
<div style=”max-width: 714px; width: 714px; margin-left: 113px; margin-top: 0px;”>
<h3>Saint Leo University’s online programs are identical to the courses we offer at our traditional Florida campus, delivered for the way that adults prepare, study, participate, and thrive.</h3>
<hr class=”star”>
When you earn your degree from Saint Leo, you enter a competitive job market with a highly regarded degree from a regionally accredited university—the highest form of accreditation a college or university can obtain.</p>
<p>At Saint Leo, our entire university community works hard to create a student-centered environment that supports your learning.</p>
<p>It’s a simple contract. If you work hard at Saint Leo University, you will be rewarded.</p>
<h3>Degree Programs Built to Last</h3>
<p>The professors who create and instruct your courses hold advanced degrees, devote themselves to the art of teaching, and invest in your development. We understand what is most effective in online learning, and are always finding new ways to help you reach your goals.</p>
<h3>Specially Designed for Adult Learners</h3>
<p>We’ve geared our online programs to the unique needs of adult learners. Our undergraduate and graduate programs prepare you for high-demand careers in the 21st century job market—including business, accounting, criminal justice, and health care management.</p>
<p>And we know how adult learners best think and grow—with relevant coursework; clear, constructive feedback; and respect for the experiences you bring to the table.</p>
<h3>A Well-Rounded Education for Career Success</h3>
<p>The world hires and rewards people who think. Our general education core makes you well rounded, and ready to think on your feet.</p>
<p>Success requires a wide range of skills and knowledge, so fundamental courses in the arts, humanities, religion, and sciences complete the specialized training you receive in your major.</p>
<h3>Honoring Achievement</h3>
<p>We not only inspire excellence in our students; we reward your accomplishments.</p>
<p>Hardworking students are recognized through our Dean’s List and membership in Delta Epsilon Sigma honor society, as well as on graduation day, when you walk across stage and receive your Saint Leo University diploma.
</p></div>
</div>
——————————————————————–
Page 2:
<div style=”margin-top: 160px; margin-bottom: 220px;”><div class=”fusion-content-boxes content-boxes columns fusion-columns-2 fusion-content-boxes-1 content-boxes-icon-boxed row”>
<div class=”fusion-column content-box-column content-box-column-1 col-lg-6 col-md-6 col-sm-6″><div class=”col content-wrapper-background content-wrapper-boxed” style=”background-color:#275d39;”><div class=”heading heading-with-icon”><div style=”margin-left:-44px;top:-87px;” class=”image”><img src=”https://veterans.saintleo.edu/testwp/wp-content/uploads/2014/06/Lion_Head.png” width=”88″ height=”74″ /></div><h2 class=”content-box-heading”>Bachelor’s Programs</h2></div>
<div class=”content-container”>
Overcome career advancement obstacles by earning an online degree that emphasizes critical thinking and leadership.View Bachelor’s Programs<div class=”fusion-clearfix”></div></div></div></div>
<div class=”fusion-column content-box-column content-box-column-2 col-lg-6 col-md-6 col-sm-6″><div class=”col content-wrapper-background content-wrapper-boxed” style=”background-color:#275d39;”><div class=”heading heading-with-icon”><div style=”margin-left:-44px;top:-87px;” class=”image”><img src=”https://veterans.saintleo.edu/testwp/wp-content/uploads/2014/06/Lion_Head.png” width=”88″ height=”74″ /></div><h2 class=”content-box-heading”>Master’s Programs</h2></div><div class=”content-container”>Raise your profile with a highly specialized advanced degree that values rigorous independent thinking and applied knowledge.View Master’s Programs<div class=”fusion-clearfix”></div></div></div></div><div class=”fusion-clearfix”></div>
<div class=”fusion-clearfix”></div></div></div>
————————————————–
Stephen,
Please note, I did find that when I change the following in the CSS, font color changes on BOTH pages.
body, .post .post-content, .post-content blockquote, #wrapper .tab-holder .news-list li .post-holder .meta, #sidebar #jtwt, #wrapper .meta, .review blockquote div, .search input, .project-content .project-info h4, .title-row, .simple-products-slider .price .amount, .quantity .qty, .quantity .minus, .quantity .plus, .timeline-layout h3.timeline-title, .blog-timeline-layout h3.timeline-title, #reviews #comments > h2 {
color: #747474;
}