Title: Accessibility issues
Last modified: August 31, 2016

---

# Accessibility issues

 *  Resolved [skhoudary](https://wordpress.org/support/users/skhoudary/)
 * (@skhoudary)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/accessibility-issues-1/)
 * Love this plugin and use it on several sites. Currently ran into an issue with
   our site that highlights Accessibility Compliance. We thought we could use this
   plugin but to our surprise it does not respond. See here [http://hirepotentiallearningacademy.com/elearning/](http://hirepotentiallearningacademy.com/elearning/).
   When utilizing the text increase accessibility features,(found in the upper right
   above the header), it does not respond where the post grid lies. Please take 
   a look and direct on if there is anything you can fix here before finding an 
   alternative plugin.
 * Thanks So Much!
 * [https://wordpress.org/plugins/content-views-query-and-display-post-page/](https://wordpress.org/plugins/content-views-query-and-display-post-page/)

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Plugin Author [Content Views](https://wordpress.org/support/users/pt-guy/)
 * (@pt-guy)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/accessibility-issues-1/#post-6930399)
 * Hi,
    Please update to latest version 1.7.7 & add this code to file functions.
   php of your active theme:
 *     ```
       /* CVPro - Add class to post content to prevent default font-size */
       add_filter( 'pt_cv_field_content_class', 'cvp_field_content_class', 100, 1 );
       function cvp_field_content_class( $args ) {
       	$args .= ' pt-cv-nfs';
   
       	return $args;
       }
       ```
   
 *  Thread Starter [skhoudary](https://wordpress.org/support/users/skhoudary/)
 * (@skhoudary)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/accessibility-issues-1/#post-6930418)
 * Thank you so much! Almost there. The post content is now responding, but the 
   Post Titles are not.
 *  Plugin Author [Content Views](https://wordpress.org/support/users/pt-guy/)
 * (@pt-guy)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/accessibility-issues-1/#post-6930458)
 * Please add this CSS code to file style.css of your active theme:
 *     ```
       .pt-cv-title {font-size: 1.2em !important;}
       ```
   
 *  Thread Starter [skhoudary](https://wordpress.org/support/users/skhoudary/)
 * (@skhoudary)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/accessibility-issues-1/#post-6930483)
 * CSS added, but nothing happened. Both Post Title and “Read More” are not responding
   to the resizing.
 *  Plugin Author [Content Views](https://wordpress.org/support/users/pt-guy/)
 * (@pt-guy)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/accessibility-issues-1/#post-6930505)
 * Hi,
    I visited this page [http://hirepotentiallearningacademy.com/elearning/](http://hirepotentiallearningacademy.com/elearning/)
   to check problem with post title but I can’t see page content.
 *  Thread Starter [skhoudary](https://wordpress.org/support/users/skhoudary/)
 * (@skhoudary)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/accessibility-issues-1/#post-6930511)
 * My apologies. I will re-open. The site is still under development so we don’t
   want it too public yet.
 *  Plugin Author [Content Views](https://wordpress.org/support/users/pt-guy/)
 * (@pt-guy)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/accessibility-issues-1/#post-6930515)
 * Hi,
    As I see the problem with post title was solved, here is screenshot when
   I resize font size (by A letter at top left of page) [https://drive.google.com/file/d/0Bw6cmsrtRcdyVmJnNnd0cVlQRUk/view?usp=drivesdk](https://drive.google.com/file/d/0Bw6cmsrtRcdyVmJnNnd0cVlQRUk/view?usp=drivesdk)
   Don’t you see the same output?
 * About read-more button, please add this CSs
 *     ```
       .pt-cv-readmore {font-size: 1em !important;}
       ```
   
 * Best regards,
 *  Thread Starter [skhoudary](https://wordpress.org/support/users/skhoudary/)
 * (@skhoudary)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/accessibility-issues-1/#post-6930527)
 * Thank you!
 *  Plugin Author [Content Views](https://wordpress.org/support/users/pt-guy/)
 * (@pt-guy)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/accessibility-issues-1/#post-6930528)
 * My honor!
    Thank you for using Content Views plugin.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Accessibility issues’ is closed to new replies.

 * ![](https://ps.w.org/content-views-query-and-display-post-page/assets/icon.svg?
   rev=2932226)
 * [Content Views - Post Grid & Filter, Recent Posts, Category Posts ... (Shortcode, Gutenberg Blocks, and Widgets for Elementor)](https://wordpress.org/plugins/content-views-query-and-display-post-page/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/content-views-query-and-display-post-page/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/content-views-query-and-display-post-page/)
 * [Active Topics](https://wordpress.org/support/plugin/content-views-query-and-display-post-page/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/content-views-query-and-display-post-page/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/content-views-query-and-display-post-page/reviews/)

 * 9 replies
 * 2 participants
 * Last reply from: [Content Views](https://wordpress.org/support/users/pt-guy/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/accessibility-issues-1/#post-6930528)
 * Status: resolved