Remove "Top Goals" Shown On The Player Pages On The Live Sports Template - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Remove "Top Goals" Shown On The Player Pages On The Live Sports Template

S

Sen

Template 2 years ago

Hi There,

I would like to remove "Top Goals" shown on the player pages on the live sports template.

https://demo2.joomshaper.com/2022/livesports/index.php/pages/countries?view=player&id=4:gabriel-jesus

Where/how can I do This?

0
5 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #122142

Hi

Use this custom CSS

#sppb-addon-EDzOAsA_DbzkJ6J5_hp3Q h2.sppb-addon-title{
  display:none;
}

div#sppb-addon-wrapper-ypDHa1r4L43SrRLZHg_Pu {
    display: none;
}
div#sppb-addon-Gxozmc7M4lMt8RWNRJ3vk{
     display: none;>
}

Go to system--> https://prnt.sc/tDbSUJh6LiGu --> Default template-->Template options--> https://prnt.sc/A5nlsBvCQsqs And add your CSS there.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #122029

Hi

Thanks for contacting us. You can use this custom CSS


#sppb-addon-EDzOAsA_DbzkJ6J5_hp3Q h2.sppb-addon-title{
  display:none;
}

Go to system--> https://prnt.sc/tDbSUJh6LiGu --> Default template-->Template options--> https://prnt.sc/A5nlsBvCQsqs And add your CSS there.

-Regards.

0
S
Sen
Accepted Answer
2 years ago #122050

Hi Mehtaz,

What I meant was to not show the videos at all, so Title and Videos.

Sorry for the misunderstanding.

Does this also has to be done through custom CSS?

0
S
Sen
Accepted Answer
2 years ago #122500

That worked, thanks

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #122650

You are always welcome.

0