Title: Text on plugin hardly visable..
Last modified: August 20, 2016

---

# Text on plugin hardly visable..

 *  [whyrun](https://wordpress.org/support/users/whyrun/)
 * (@whyrun)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/text-on-plugin-hardly-visable/)
 * I just recently installed a prayer request plug-in on my site. Everything works
   correctly, except the text on the elements of the plug in are barley visble. 
   I have looked through the code to see if I could change the colors however I’m
   having a hard time finding it. Has anyone had this issuse between the theme and
   a plug-in. If someone could look at my site, click on the prayer rqeust link 
   right hand upper corner. Thanks
 * [http://www.oldruggedcross.net](http://www.oldruggedcross.net)

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

 *  [vtxyzzy](https://wordpress.org/support/users/vtxyzzy/)
 * (@vtxyzzy)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/text-on-plugin-hardly-visable/#post-2518423)
 * It looks like the PrayBox plugin uses its css file in such a way that it cannot
   be overridden in the theme’s style.css.
 * This means that any changes you make to its css will be lost if you upgrade to
   a newer version.
 * That being said, here is how to adjust the size of the text.
    - Go to Admin->Plugins->Editor.
    - At ‘Select plugin to edit:’ top right, select PrayBox and click ‘Select’.
    - Click on the file ‘praybox/css/gd-praybox-sc.css’ to open it in the editor.
    - Press CTRL-End to go to the end of the file.
    - Press Enter to get to a new line, if necessary, and paste in the lines below.
    - Click ‘Update File’.
 * Here are the lines to paste in. Adjust the 16px size as needed.
 *     ```
       #praybox div.intro {
          font-size: 16px;
       }
       #praybox table.subform td {
          font-size: 16px;
       }
       ```
   
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/text-on-plugin-hardly-visable/#post-2518425)
 * > It looks like the PrayBox plugin uses its css file in such a way that it cannot
   > be overridden in the theme’s style.css.
 * Are you sure? Try adding:
 *     ```
       #content #praybox tr td {
           background: #0f0f0f;
       }
       ```
   
 * to the theme’s stylesheet.
 *  [vtxyzzy](https://wordpress.org/support/users/vtxyzzy/)
 * (@vtxyzzy)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/text-on-plugin-hardly-visable/#post-2518426)
 * Well, at least on my machine, pasting the css to the end of style.css had no 
   effect. It worked only when pasted to the end of the plugin’s stylesheet.
 *  Thread Starter [whyrun](https://wordpress.org/support/users/whyrun/)
 * (@whyrun)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/text-on-plugin-hardly-visable/#post-2518667)
 * I figured out the text shading issue. However I can not see the text on the two
   submit buttons. Where could this is be changed? I have tried everything I know
   to do, which isn’t much,LOL. Any help would be great.
 * [http://oldruggedcross.net/?page_id=129](http://oldruggedcross.net/?page_id=129)

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

The topic ‘Text on plugin hardly visable..’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 3 participants
 * Last reply from: [whyrun](https://wordpress.org/support/users/whyrun/)
 * Last activity: [14 years, 2 months ago](https://wordpress.org/support/topic/text-on-plugin-hardly-visable/#post-2518667)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
