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

Leave a review

heart bullet points for each item?

More
9 years 6 months ago #3792 by [email protected]
can you put a bullet point on each article ?
Attachments:

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

More
9 years 6 months ago - 9 years 6 months ago #3794 by admin
Replied by admin on topic bullet points for each item?
Yes, you can.

Add the following CSS:
.latestnewsenhancedextended_313 .newstitle {
    display: list-item;
    list-style-type: disc;
}

Olivier.
Last edit: 9 years 6 months ago by admin.

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

More
9 years 6 months ago #3796 by [email protected]
where do i add this? template.css?

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

More
9 years 6 months ago #3798 by admin
Replied by admin on topic bullet points for each item?
There is a specific space allocated to style overrides in the module itself (in the style section).
Just add it there.

Olivier.

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

More
9 years 6 months ago #3800 by [email protected]
i added this code .. and changed the number to my module id .. it still does not work. am i missing something?

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

More
9 years 6 months ago #3803 by admin
Replied by admin on topic bullet points for each item?
My mistake, sorry. I forgot you also need:

list-style-position: inside;

Olivier.

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