Are you enjoying the extensions? Did you like the support? Help others decide.

Leave a review

file Small dotted box

More
11 years 2 months ago #1712 by logiccafe
Small dotted box was created by logiccafe
Hello,

Loving this extension! Could you please tell me how to get rid of the small dotted box next to the article teaser as in this picture


Thanks

Paul
Attachments:

Please Log in or Create an account to join the conversation.

More
11 years 2 months ago #1715 by admin
Replied by admin on topic Re: Small dotted box
Hello and thank you!
The dotted box is most likely a style applied to 'li' tags by your template or another extension. This is a simple fix, but without a live URL I can only guess you need to override the background and set it to 'none' for the li tag in the module. If there is no hurry for you, I would suggest you wait for the update that I am putting out today that takes care of those overrides.

Olivier.

Please Log in or Create an account to join the conversation.

More
11 years 2 months ago #1717 by logiccafe
Replied by logiccafe on topic Re: Small dotted box
Hello,

Thanks for your help and speedy response. I inserted the following and it fixed the issue,

.latestnewsenhanced_150 li.news,
.latestnewsenhanced_150 li.news {
background: none; !important;
}

Thanks again and great work!

Please Log in or Create an account to join the conversation.

More
11 years 2 months ago #1720 by admin
Replied by admin on topic Re: Small dotted box
You are welcome!

Olivier.

Please Log in or Create an account to join the conversation.