Sp Easy Image Gallery - Album In Article - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Sp Easy Image Gallery - Album In Article

Hans Weishaupt

Hans Weishaupt

Extension 2 years ago

Hi how can I hide the Name of an album ?

Is there a CSS for this?

0
5 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #93791

yes, please use this CSS

.speasyimagegallery-album-meta {
    display: none;
}
0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #93772

Hello Hans Weishaupt

Please use this CSS to Template Options -> Custom Code -> Custom CSS

.speasyimagegallery-album-title {
    display: none;
}

Best regards

0
Hans Weishaupt
Hans Weishaupt
Accepted Answer
2 years ago #93790

Hello Ofi,

it works for the title (that's fine) but not for the count.

Is ther another CSS for the "6 Photos" line?

BR Hans

0
Hans Weishaupt
Hans Weishaupt
Accepted Answer
2 years ago #93793

Yes, now it works.

Thank you very much.

Please add this to the SP Easy Image Gallery Documentation!

BR Hans

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #93831

You are welcome 😊

We will consider it.

0