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

Leave a review

file List-style

More
11 years 2 months ago #1674 by robato_se
List-style was created by robato_se
I'm using Latest News Enhanced Extended on my website engodkasse.se/joomla and get a list element, an orange arrow on the left side. I've gone through all the css-files but I can't find the rule in order to remove it, can someone please help me?
Attachments:

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

More
11 years 2 months ago #1675 by admin
Replied by admin on topic Re: List-style
Hello,
this orange arrow comes from your template's css on the <li> element.
Override the style by adding:
ul.latestnews-items li {
    background-image: none !important;
}

Olivier.

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

More
11 years 2 months ago #1679 by robato_se
Replied by robato_se on topic Re: List-style
Thanks a lot!

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

More
11 years 2 months ago #1680 by admin
Replied by admin on topic Re: List-style
You are welcome :-)

Olivier.

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