• 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

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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;
    }

    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.

    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

    (@whyrun)

    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

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

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