Rythm Template: Remove Event List Separator - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Rythm Template: Remove Event List Separator

Robert

Robert

Template 2 years ago

Hi,

I am not sure where this separator is coming from but it is recreated with every event in the list. It is not part of the event listed element; none of them have the code to create this line. What is creating it and where do I disable it?

Regards.

0
3 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #128188

Hi Robert,

probably is coming from ...

  1. Divider addon OR template styles (if we talk about 1st line)
  2. or < hr > html tag inside Text addon (if we talk about 2nd line)

Advice 4 webmaster:

  1. Disable or delete Divider addon that you have under the "Upcoming Gigs" header addon, if you have any. Use back-end editor to see all addons clearly on the layout :)
  2. Use following Custom CSS:
.event-list-item::before {
  background-image: none; visibility: hidden;}
0
Robert
Robert
Accepted Answer
2 years ago #128192

Hi Paul,

Spot on... It was coming from the Event List element. I still have no idea where it is coming from since I didn't add it myself. I can only assume that it is from the template.css input. Thank you!

Apologies for the wrong website link. Copy/paste fail on my part.

Regards.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #128190

Custom CSS method should help ;O) look up ^^

0