| Post |
|
Guest
| Sarah 5:34 am June 28, 2007
| |
|
|
Please excuse me if this is a painfully newbie question. I'm having
trouble finding and changing the code that makes all my forms publish
with numbers next to each fieldset.
Thanks much for the help :)
|
|
|
Admin
| Oliver Munich, Germany posts 6094 7:04 am June 28, 2007
| |
|
|
I moved the topic to CSS.
Do you want numbers or do you not want numbers? Sometimes the WP theme overrules certain styles and forces the ugly numbers onto the plugins' forms, but it can be quite easily fixed. Please also refer to the CSS guide in the CSS forum.
What's your URL?
|
|
|
|
|
Guest
| Sarah 1:41 am June 29, 2007
| |
|
|
Thanks for the help. I would like to not have numbers next to my forms,
but I can't figure out what to change in the CSS to get them to go
away. My URL is http://www.thesexysecretary.com.
|
|
|
Admin
| Oliver Munich, Germany posts 6094 7:07 am June 29, 2007
| |
|
|
First off, you're blog produces an error related to the WP gzip option setting: Warning: ob_start() [ref.outcontrol]: output handler 'ob_gzhandler' cannot…
If you want to get rid of it, simply turn of the gzip support under Options/Reading.
re: numbers (I must admit, your's is the first theme those numbers don't look so bad ;-), go to the builtin CSS editor and add to the (~ line35) style for ol.cf-ol li {…the following:
list-style-type:none !important;
This should do.
|
|
|
|
|
Guest
| Stay 6:11 pm July 11, 2007
| |
|
|
Hallo,
I use the wide_open_no_border.css.
there is the list-style-type:none, but it shows the numbers before my forms.
What else can I do?
My url is http://www.stayheavy.de/wordpress/kontakt
Thank you for your help!
|
|
|
Admin
| Oliver Munich, Germany posts 6094 6:19 pm July 11, 2007
| |
|
|
Try
list-style-type: none!important;
PS: I like your custom captcha bg image! :-)
|
|
|
|