Strings - Modify Events Component - Question | JoomShaper

Strings - Modify Events Component

J

John

Template 1 year ago

I am using a bit ot a combination of the SP Strings template, but over-ridden with the Rythm template and all works fine except for one area.

The Albums and Artists works fine.

For the Events Component, I am using it to display Blu-rays and DVDs and I want to remove:

Event Start Date, Event end date, Event Start Time, Event End Time, Event Prices, Event Address and teh Event Map, so Event just shows:

A photo of the DVD/BluRay and a description of the disk.

How can I do this please. Any advice would be much appreciated.

https://nicolaroberts.uk/images/GAEventedit.jpg https://nicolaroberts.uk/images/GAEventpage.jpg

So basically, delete everything from the blue Event Time & Dates blue area downwards.

Thanks in advance

0
4 Answers
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 1 year ago #173214

Hi there,

Thank you for reaching out. Unfortunately, the component cannot be modified directly; however, you can hide the unnecessary sections using custom CSS. Follow this documentation to use custom css www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta#documentation-heading-3

0
J
John
Accepted Answer
1 year ago #173423

Thank you for responsing so quickly and confirming that custom CSS can be used to hide sections of the template.

While I am OK with HTML coding, I need to admit that writing the code to exclude sections is way beyond my abilities. Would you be willing to suggest the code for one of the sections that I would like excluded so I can learn from it how to exclude the others?

Thank you again for your resposne.

0
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 1 year ago #173518

Please add the following CSS code to your Template Options -> Custom Code -> Custom CSS to hide those section in the frontend

.spstrings-event-schedule, .spstrings-event-pricing, .spstrings-event-maps{
    display: none;
}
0
J
John
Accepted Answer
1 year ago #173584

Thank you so much, you are a star!

0