Thanks,
Brenda
I built a popup that shows additional information, its the Details button under the Enhance levels.
Problem is, I can’t get it to bullet the list of information. I ended up spacing the information out by adding blank lines inbetween.
I use the advanced text editor and I add the bullets and there they show up, but in the popup it doesnt show.
What am I doing wrong?
]]>Your help is appreciated in advance.
P.S. Hope I don’t need yet another plug-in at least for that.
I pasted in bullet lists into the WYSIWYG but the content still shows as just text and not a list, even though the WYSIWYG shows it as a bulleted list. I found this code in one of the css files which I think might be the issue:
So I tried this code to override it and none of it worked:
.uloverride {
list-style: default !important;
list-style-type: default !important;
}
ul {list-style: default !important;
list-style-type: default !important:
}
li {list-style: default !important;
list-style-type: default !important;
}
Sincerely,
Kim
]]>Do you happen to know the code to remove the Etalon Theme bullets from my contact form, please?
I’ve tried the code listed on this thread but it didn’t work…
https://www.ads-software.com/support/topic/checkboxes-contain-dots-and-hard-to-select/
I did however, follow the screencast video and was able to remove them using the inspect menu in the same way, but can’t seem to get the CSS to work.
Any help is appreciated.
Best,
Andy