Many themes have places in their admin panels where you put custom CSS rules so you never have to actually open and edit a CSS file. I don't know if your theme has this for sure, but the theme is loading a "style.php" (note the extension - not .css) file that appears to be dynamically generated by the theme.. Often that means the theme developer has a place for style/CSS options in a control panel somewhere.
https://www.arladvisers.com/wp-content/themes/wp-glide-prem/style.php
screenshot: http://bit.ly/YGUZfa
I do see that the custom.css file is being imported so that may not be the case here. Either way, that's something you'll need to talk to your theme developer about and get sorted.
When I look at the custom.css file, I don't see any custom rules for the border.. if you have added them, then they're either not in the correct file, or something else is amiss
https://www.arladvisers.com/wp-content/themes/wp-glide-prem/custom.css
screenshot: http://bit.ly/Uwb56b
If the proper CSS rules get loaded with your page, then your custom styles should work. I don't think there is anything overriding your custom rules, it appears that they're simply not being loaded and applied to your form.
Yes, as far as the other plugins.. as I mentioned, I don't believe they're the source of this issue.. just wanted to point that out for future reference.
Posted 12 years ago on Wednesday November 7, 2012 |
Permalink