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