How to remove dots in lists : optimizepress / newpaper 6

Posted in: Newspaper
Post count: 67

I would like to remove dots when I’m creating a list with arrows.

As shown here : http://www.screencast.com/t/hszNZyzy

I use the optimizepress plugin.

Thank you very much.

Post count: 22421

Hi,
Well, I’m not sure how optimizepress is supposed to work as we have not tested it so I cannot provide a solution out of the box. Please provide a link to your website so I can inspect it and see if a css trick will do it.
Thank you!

Post count: 67

Hi Bogdan,
Thank you for your answer.
Here it’s the link : http://www.objectifs-fitness.com/

Optimizepress use short codes.

I pray you will find an answer 🙂

Post count: 22421

Hi,

It works with this css code:

.bullet-list{
list-style-type: none;
}
.bullet-list li{
margin-left:0!important;
}

result: http://screencast.com/t/BD29DNKWe
Simply add the code in the theme panel -> custom css box.

Thanks.

Post count: 67

Hi Bogdan,

YOU are FANTASTIC !

It works, thank you very much.

Regards.

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.