Viewing 2 replies - 1 through 2 (of 2 total)
  • rogbiz

    (@rogbiz)

    You need an entry in your custom CSS to change the style of the list. Something like:

    #content ul.lcp_catlist li {
    	list-style-type: none;
    	display: inline-table;
    	position: relative;
    	bottom: 22px;
    }

    You might need to play with position and spacing (padding, margin etc) to get it looking the way you want it.

    ul.lcp_catlist li {
    	list-style-type: none;
    	display: inline-table;
    	position: relative;
    	bottom: 22px;
    }

    Thanks rogbiz, the above code worked perfectly but without #content, for those facing same issue you have to add lcp_catlist class to the shortcode 1st

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Bullets from the Links’ is closed to new replies.