Edit LiveSports Template - Question | JoomShaper

Edit LiveSports Template

JL

Joe Lockhart

Template 1 year ago

Good day all.

I'm customizing a template called LiveSports and I want to get rid of the words / links on the main home page that say News Tournaments / Read News.

https://rollerball.ca/2023/

How do I get rid of that? I tried to hide the layer but that really messed it up.

Thank you!

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #108893

Hi there!

Thanks for contacting us.

Did you mean these two? https://prnt.sc/NtgEZ2M1-vFy

Then you can use the following code in your custom CSS to remove the texts from your homepage:

.home-hero-article .sppb-article-info-wrap .sppb-article-meta, .home-hero-article .btn-circle-wrapper {
    display: none;
}

Note: Path towards custom CSS(Joomla 4): System>Site Templates Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

https://prnt.sc/5mBuSRh907N3

https://prnt.sc/ooiq-lkMEXr_

https://prnt.sc/nunlX-f5AhK1

Hope this helps anyways.

Best Regards

0
JL
Joe Lockhart
Accepted Answer
1 year ago #108900

Thank you. That sort of worked. Is there any good documentation on how to edit this template?

For exampel, there are several boxes for stories down the page.

They are from Joomla articles. How do you chose which article is used?

Thank you!

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #108926

Hi there!

Here is the documenttion of the Template: https://www.joomshaper.com/documentation/joomla-templates/live-sports/introduction

The first two columns of that section is made with articles addon and these are the settings used there:

https://prnt.sc/vvjbZlWYAczF

https://prnt.sc/rUSy-37MaeGS

https://prnt.sc/dWO913BRfe_1

https://prnt.sc/q9pdLMDC6yDL

The last column is made with a Joomla module and image addon:

https://prnt.sc/2UAKB0bmkcFi

https://prnt.sc/KV2hPaojstbq

Hope this helps!

Best Regards

0