Scrolling Logo Plugin

Installation Steps

Step 1: Code injection footer

Place the following codes CSS and Javascript in the Code Injection section.

Pages > Custom Code > Code Injection > Footer

Steps 2: - Scrolling Logo Design & Setup

Before uploading your logos, make sure all logo images are the same height. This ensures smooth scrolling and a consistent appearance.

To add your logos:

  1. Click Add Section on the page.

  2. Select Showcase, then choose Images.

  3. Pick the layout that displays images in a grid (see image opposite).

  4. Remove the default images and upload your logo files.

Next, configure the gallery settings:

  1. Click Edit Section and set Gallery Type to Grid: Simple

  2. Toggle Captions ‘off’

  3. Toggle Lightbox ‘off’

  4. Set the Anchor Link to ‘gallery’

Once everything is set, save the page to apply the changes.

Step 3: Scrolling Logo Configuration

This section allows you to control how the scrolling logo slider behaves and looks.

Start by naming your section ID anchor link to gallery. This is required for the plugin to recognise the section.

Within the gallery section, you can customise the following settings:

  • Background colour – Sets the background behind the scrolling logos

  • Pause on hover – Choose whether the animation stops when the user hovers over the logos

  • Scroll direction – Define the direction the logos move (left or right)

  • Scroll speed – Controls how fast the logos scroll across the screen

  • Slider height – Sets the height of the logo images

  • Top and bottom margins – Adds spacing above and below the slider

  • Logo spacing – Adjusts the space between individual logo images

Note:

To add multiple scrolling logo sections to the same page, repeat steps 2 to 4 for each section and name the anchor link IDs sequentially: gallery2, gallery3, gallery4, etc.

Each gallery section can have its own unique settings.

Anchor Link

Gallery Background Color

Pause Gallery on Hover

Gallery Direction

Gallery Scrolling Speed

Gallery Height

Gallery Margin Top

Gallery Margin Bottom

Space between Logos


Step 4: Copy Scrolling Logo Configuration Settings

Place the following code in the Custom CSS section.

Pages > Custom Code > Custom CSS

/*------------------------------------------------------------*/
/*--  Scrolling Logo plugin © IGH Creations        --*/
/*------------------------------------------------------------*/

/* Anchor Link: Gallery */
section[id*="gallery"] {
--pc-scroll-background: #000000; /* Background Colour gallery */
--pc-pause-on-hover: No; /* Enable/Disable pause on hover gallery */
--pc-scroll-direction: Left; /* Scroll direction for gallery */
--pc-scroll-speed: 80s; /* Animation speed for gallery */
--pc-image-slider-height: 50px; /* Custom image height gallery */
--pc-margin-top: 10px; /* Custom margin top gallery */
--pc-margin-bottom: 10px; /* Custom margin bottom gallery */
--pc-padding: 0 15px; /* Space between logos gallery */
}