• Resolved rsenitram

    (@rsenitram)


    I am using Elementor – Astra theme, with sidebar manager.

    The widgets in the custom sidebar on this page have bullet points. I eliminated the bullets on the main sidebar by entering a custom CSS class in the main sidebar widget: “is-style-logos-only”. However, when I add the same CSS class in the custom sidebar, the bullets still persist.

    Any help would be appreciated, I am not proficient in CSS so step by step instructions would be appreciated!

    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Herman Asrori (BSF)

    (@bsfherman)

    Hi @rsenitram, sorry for the delay, not sure how I can miss this.

    The following CSS should work to make it look a bit nicer

    ul.upcoming-events {
      list-style: none;
      margin-left: unset;
      margin-top: 1em;
    }
    
    li.upcoming-event {
      margin-bottom: 1em;
    }

    I tried from the frontend and it looked like this.

    Let us know if you need more help, otherwise please mark the topic as Resolved.

    Kind regards,
    Herman 😊

    Plugin Support Herman Asrori (BSF)

    (@bsfherman)

    Hope you find my previous response helpful for you.

    I am marking this thread as Resolved due to inactivity.

    Kind regards,
    Herman 😊

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Sidebar bullet points’ is closed to new replies.