Shape 5

Joomla Templates => Real Estate - Club => : cspgsl March 05, 2014, 05:57:39 PM



: list item bullets not where I need them
: cspgsl March 05, 2014, 05:57:39 PM
I cannot get rid of the bullets in the left menu at http://tomkenyon.ca/payroll-services (I want to keep the arrows) and I cannot get the bullets to show in the list items in the content of the page.  ???

Help please...  :)
Thanks


: Re: list item bullets not where I need them
: mikenicoll March 07, 2014, 12:27:33 AM
Hello,

Try adding this to the Template.CSS at the bottom.

ul {
     list-style: none outside none ! important;
}

.s5_maincomponentmm li {
     list-style: circle outside none ! important;
}

-Mike


: Re: list item bullets not where I need them
: cspgsl March 07, 2014, 06:28:20 AM
Thanks Mike


: Re: list item bullets not where I need them
: mikenicoll March 07, 2014, 08:41:10 PM
NP

-Mike