Working on http://alexanderweimann.com/wpaw/contact/
The contact Buddy form on this page is showing bullet discs when in Internet Explorer (10), but not in Firefox or Safari.
How can I remove them from IE? The settings all say list-style:none...
Thanks
Mary
Maestra Web Design
Contact Buddy Form Showing Bullets In Internet Explorer
Started by
Mary Bella
, May 09 2013 10:12 AM
8 replies to this topic
#2
Posted 09 May 2013 - 10:38 AM
Hello Mary,
Could you try adding the code below to the bottom of your themes style.css?
Try that and let me know how it goes!
Thanks,
Gerroald
Could you try adding the code below to the bottom of your themes style.css?
ul {
list-style-type:none!important;
}
Try that and let me know how it goes!
Thanks,
Gerroald
#3
Posted 09 May 2013 - 10:52 AM
That works for the form, however, I will still need bullets by default in other places, like the sidebar of the blog:
http://alexanderweimann.com/wpaw/alex-karina-prima-donna/
and also in the text body if I want to create a list... can we be more specific?
http://alexanderweimann.com/wpaw/alex-karina-prima-donna/
and also in the text body if I want to create a list... can we be more specific?
Mary BellaMaestra Web Design
#4
Posted 09 May 2013 - 10:58 AM
Hey Mary,
Try this and see and see if the outcome is more desirable.
Please let me know!
Thanks,
Gerroald
Try this and see and see if the outcome is more desirable.
.contactbuddy-form ul {
list-style-type:none!important;
}
Please let me know!
Thanks,
Gerroald
#6
Posted 09 May 2013 - 11:44 AM
Hey Mary,
Ie can be a lot of fun!
Could you PM or email me your WordPress credentials so I can take a closer look? If so please leave a link to this post so I'll know what it's in regards too.
gerroald@ithemes.com
Please let me know!
Thanks,
Gerroald
Ie can be a lot of fun!
gerroald@ithemes.com
Please let me know!
Thanks,
Gerroald
#7
Posted 09 May 2013 - 12:12 PM
Hey Mary,
Take a look and let me know what you think. I added the code below.
Please let me know!
Thanks,
Gerroald
Take a look and let me know what you think. I added the code below.
.contactbuddy-name-label,.contactbuddy-email-label,.contactbuddy-name-input,.contactbuddy-email-input,.contactbuddy-subject-label,.contactbuddy-subject-input,.contactbuddy-message-label,.contactbuddy-message-input,.contactbuddy-submit {
list-style-type: none;
}
Please let me know!
Thanks,
Gerroald
#8
Posted 09 May 2013 - 12:20 PM
Thanks, that worked - and thank you for the quick response!
Mary BellaMaestra Web Design
#9
Posted 09 May 2013 - 12:23 PM
Hey Mary,
That's great!
Please let us know if you run into any other issues.
Thanks,
Gerroald
That's great!
Please let us know if you run into any other issues.
Thanks,
Gerroald





