Concern bullet list inside full width offer slider description

Hi,
I have used full width offer slider and inside the offers i used bullet list in the description like your demo.
I think something is missing to hide the circle list-style in the bullet list.

You can also see it on your live demo :


Kind regards
Peter

Comments

  • edited April 2017
    This seems to work if ou add "list-style" to "none" in shortcodes.css :

    ul.list_mixed li, ul.list_check li, ul.list_star li, ul.list_idea li {
        position: relative;
        margin: 0 0 20px 0;
        padding-left: 50px;
        list-style: none;
    }

    Kind regards
  • So you managed to fix it?
Sign In or Register to comment.