• Resolved lazyym

    (@lazyym)


    I can’t seem to figure it out. How do I add an image before each list item and not display the disc?

Viewing 3 replies - 1 through 3 (of 3 total)
  • With the core plugin, there is only one default template for displaying feeds. It does not include images.

    Can you elaborate a little about how exactly you are trying to display images?

    Thread Starter lazyym

    (@lazyym)

    I wanted more control over the list item icon. I came up with this and then display:none’d the list style icon. It seems to be working. Love any suggestions you have.

    .wpra-et-legacy.wpra-item-et--bullets.wpra-item-et--default li:before,.wpra-item-list--bullets.wpra-item-list--default li:before{content: url(/images/star.png);padding-right:4px;margin-bottom:-1em!important;margin-left: -5px;}

    I am afraid we won’t be able to assist with complex CSS customization, since that would fall beyond the scope of the support we promise. We wouldn’t mind providing quick suggestions at times, though.

    For CSS related information, I would suggest that you look up the MDN Web Docs.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add image before list item?’ is closed to new replies.