Adding CSS Code For SP Easy Image Gallery - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Adding CSS Code For SP Easy Image Gallery

J

Jürgen Biesner

Extension 2 years ago

Hello Joomshaper,

I want to remove the dark curtain from the gallery pictures.

Manual says:

*All presented images from selected album have dark layer which also can be removed:

*.speasyimagegallery-gallery-item > div::after {backgroud: transparent !important;}**

And: I read: All those customization codes must be added into custom CSS code of template.

Tried this in system/templates/site template stile/helix Ultimate/custom code.

But no effect. ??? What's wrong ???

Regards Jürgen

0
6 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #104880

Hi

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

-Regards.

0
J
Jürgen Biesner
Accepted Answer
2 years ago #104886
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #105210

Hi

Use this custom CSS

#section-id-1674061847274 .sppb-shape-container.sppb-top-shape > svg path, #section-id-1674061847274 .sppb-shape-container.sppb-top-shape > svg polygon{
    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
J
Jürgen Biesner
Accepted Answer
2 years ago #105232

Thanks, but I don't find the path!?

Please find in hidden content admin name and PW.

Please try fo find the path and the location for adding your code.

0
J
Jürgen Biesner
Accepted Answer
2 years ago #105234

Thanks, but I don't find the path!?

Please find in hidden content admin name and PW.

Please try fo find the path and the location for adding your code. And tell my, what I did wrong.

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

Ok then try this path

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

0