SP Pagebuilder 3 And SP Image Gallery - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

SP Pagebuilder 3 And SP Image Gallery

PK

Peter Klinke

Extension 2 years ago

Hello,

I have created a site with Helix Ultimate and SPP Pagebuilder. Now I have added SP Image Gallery, well.

Now I have created a new menu item 'Album' for the gallery, but the page title and paragraph font size are smaller than all other pages.

How can I set them equal to the site font definition?

0
3 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #92465

Hello Peter Klinke

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

@media (min-width: 1200px){
    .com-speasyimagegallery .h1, .com-speasyimagegallery h1 {
        font-size: 2.5rem;
    }
}
.speasyimagegallery-album-description {
    font-size: 14px;
}

Change the font-size property value according to your need.

Best regards

0
PK
Peter Klinke
Accepted Answer
2 years ago #92616

Thank you!

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

You are welcome 😊

I have a humble request. It would be very kind of you if you can manage some moment to give us feedback on 

  1. Joomla Extension Directory
  2. TrustPilot

This will inspire us to improve.

0