Site logo

Archived topic

Adding Slider in Element or Home Hero

5 replies · Started by kadek on January 29, 2019

Viewing posts 1–6 of 6

Hi there,

so as your site is now.
In the Header Element > Element Classes field remove the hero-title class and add hero-overlay. Leave your HTML as is and then add this CSS:

.hero-overlay .inside-page-hero {
    position: relative;
}

.hero-overlay .hero-title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

You may want to consider making sure all your slider images are the same size to stop the vertical movement of the content.

Hi David,

Thanks. It Works!
Now how to remove the image title from the slide?
Remove this Title

This is GP related issue or the slider plugin issue?

Best Regards,

Kadek

Hi there,

If you're not able to turn it off via the plugin settings, you can use this CSS:

.msacwl-gallery-caption {
    display: none;
}

Dear Tom,

Thanks, it's works!

Best Regards,

Kadek

You're welcome :)

This archived topic is closed to new replies.