💡
Read FAQ
GG Product Gallery Documentation
GG Product Gallery Documentation
  • Installation
    • Introduction
    • Page Builder guides
      • Slider for PageFly
      • Slider for GemPages
      • Slider for Shogun
      • Other
    • Manual Installation
      • Product Page from scratch
    • App Embed activation
    • If nothing helps 🆘
  • Common Questions
    • How to add Images and Video
    • Custom CSS
    • I see no effect!
  • Advanced
    • Variant Images Guide
Powered by GitBook
On this page
  1. Common Questions

Custom CSS

Last updated 20 days ago

If you want to visually fine-tune the gallery you can apply a custom CSS rules on your side or contact our support team to help you out.

To learn how to add custom CSS to your theme check .

Here are some examples of what you can change:

  /* Main container border radius (round corners) */
  .pmslider-own--slides-wrapper {
    border-radius: 15px;
  }

  /* Thumbnails border radius (round corners) */
  .pmslider-dots--type-thumbs .pmslider-dots_dot {
    border-radius: 5px;
  }
  
  /* Arrows thickness */
  .pmslider-arrows_area svg {
    stroke-width: 32px;
  }

this guide