Viewing 1 replies (of 1 total)
  • Plugin Author cubecolour

    (@numeeja)

    These bullets appear to be added to all
    <li> elements due to a css rule within your theme

    If you add a rule to your child theme or custom styles with greater specificity you can prevent these being shown on the tabs.

    eg:

    .entry-content .responsive-tabs ul li:before {
    	display: none;
    }

Viewing 1 replies (of 1 total)

The topic ‘Remove bullets’ is closed to new replies.