Text Next To Symbol Not Editable - Question | JoomShaper

Text Next To Symbol Not Editable

Ronny Schönfeld-Bahls

Ronny Schönfeld-Bahls

SP Page Builder 1 year ago

Hello dear Joomshaper, unfortunately I have a problem with a normal popup setting. As you can see on my site: wsba.eu, next to the play icon (Video) a text: "Course Overview" is displayed. But in the setting (SpPagebuilder) it is not visible where and how to change or delete the text. In yesterday's chat no solution could be found. Can you please tell me how to access the text? Thanks a lot in advance!

0
8 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #103283

No its not difficult to hide only that text. I thought you had to hide this whole portion. If you want to hide only the text then just delete my previous code and use this one

#sppb-addon-1656400636734 .sppb-modal-selector span.text{
    display:none;
}
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #102744

Hi

Thanks for contacting us. Could you please give me a screenshot of your issue?

-Regards.

0
Ronny Schönfeld-Bahls
Ronny Schönfeld-Bahls
Accepted Answer
1 year ago #102764

With pleasure: How can I attach a picture here.... Unfortunately I do not understand it. Sorry, but dragging a screenshot into the text field does not work.

0
Ronny Schönfeld-Bahls
Ronny Schönfeld-Bahls
Accepted Answer
1 year ago #102775

Ich have managed: ;-)

https://ibb.co/0X56QqP

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #102919

Could you please give me a screencast of your issue?

0
Ronny Schönfeld-Bahls
Ronny Schönfeld-Bahls
Accepted Answer
1 year ago #103021

https://ibb.co/L61tTwk https://ibb.co/YZJ1D4b

https://ibb.co/x8tCVXv

Hallo... In the last screenshot you can see the text: "Course Overview". My question about this, how do I get it deleted? When I go to the popup setting I have no possibility to choose a text for the "SYMBOL". Only for the button. Do you understand my problem? I would like to delete the text: "Course Overview" (the template is Maestro).

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #103144

Use this custom CSS

.sppb-addon.maestro-modal-text{
    display:none;
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

0
Ronny Schönfeld-Bahls
Ronny Schönfeld-Bahls
Accepted Answer
1 year ago #103174

When I do this, not only the text disappears, but also the symbol. Since it seems too difficult to find a solution to delete the text... Can the text be changed?

0