I would like to create a list with bullets inside the Template Builder text element and will not accept the code no matter how I set it in. There are no shortcodes that I can find for Lists. How do I make this work????
Thanks
I would like to create a list with bullets inside the Template Builder text element and will not accept the code no matter how I set it in. There are no shortcodes that I can find for Lists. How do I make this work????
Thanks
Hi jshapan,
You'll need to add some CSS to your stylesheet similar to this.
#main .dynamic_textarea_p ul {
margin-left:15px;
}
#main .dynamic_textarea_p ul li {
list-style-type: circle;
}
Regards,
Mya
Hi Mya ... I added this to both the Custom css in the options area .... and then the style.css and it is still not working ... See page - http://altavox.coloradosmart.com/voip/hosted-pbx/. Am I missing something?
I starting to build in just pages, NOT using the template builder... but on some pages - LIKE THIS ONE ... I need to add the Widget menu for this select sections that I can't add in the normal pages.
If I choose to just build in the pages I can't add the menu this... If I build in Template, I don't have bullets ... or add images like we have in Propulsion. This has become a really tough website and my deadline is Monday!
Again I do so appreciate your help!
I decided to just get rid of the menu and took everything out of template builder. The page above is built now in just regular short code.
I am struggling to find a way to put a widget menu on the page at this point.
I would still like to know a code that would work to put bullets inside the template builder... If you do have a solution, I would be most grateful. J
Hello,
On the text element, try to create a ul tag then put a unique class or id on it. Then on your custom.css target that selector and add a bullet list-style.
This should work.
Regards.
Ismael
You must log in to post.