Hi Mark,
Don't know if this is useful info but I had this chat with Artisteer support after spending a while getting great support from Arlex too....
For those that get strange bullet points in ES when using an Artisteer generated theme before exporting the theme in Artisteer you can add code to the css options box. This worked for me and saved time editing individual css files.
For my site I needed to add the following to the css options in Artisteer before I exported the theme...
And no more bullet points.
.dropdown-menu > li:before{content: none!important;}
.es-stream-list>li:before{content: none!important;}
.es-privacy>li:before{content: none!important;}
.input-vertical>li:before{content: none!important;}
.pagination>li:before{content: none!important;}
.widget-list-grid>li:before{content: none!important;}
Don't know if this is useful info but I had this chat with Artisteer support after spending a while getting great support from Arlex too....
For those that get strange bullet points in ES when using an Artisteer generated theme before exporting the theme in Artisteer you can add code to the css options box. This worked for me and saved time editing individual css files.
For my site I needed to add the following to the css options in Artisteer before I exported the theme...
And no more bullet points.
.dropdown-menu > li:before{content: none!important;}
.es-stream-list>li:before{content: none!important;}
.es-privacy>li:before{content: none!important;}
.input-vertical>li:before{content: none!important;}
.pagination>li:before{content: none!important;}
.widget-list-grid>li:before{content: none!important;}