(Free) Flip List

Description

  • Flip effect
  • use People List Section

Flip list 1

#1. Install Code

First, hover on page where you want to use Flip List > Click Gear icon

Flip list 2

Click Advanced > Paste this code

<!-- @tuanphan - Flip List -->
<link rel="stylesheet" href="https://code.beaverhero.com/file?filename=1762241678098freefliplist.css"/>
<script src="https://code.beaverhero.com/file?filename=1762241719356freefliplist.js">
</script>

(free) flip list 1

#2. Usage

First, you need to use People List Section (Choose People > Section with (i) icon)

List custom badges 4

Next, hover on top right of List People Section > Click Edit Section

List custom badges 5

In Anchor Link, enter: flip-list

flip-list

Flip list 4

Next, hover on top right of List People section > Click Edit Content

List custom badges 5

and add your desired text/image/description

Flip list 5

#3. Customize

#3.1. To change title color – description color, you can use this to Custom CSS box.

div.flip-card-inner {
     --flip-back-color: #000;
    --flip-title-color: red;
}

(free) flip list 2

#3.2. To change title overlay color – description overlay color, you can use this to Custom CSS

div.flip-card-inner {
   --flip-back-bg: rgba(79, 20, 26, 0.95);
    --flip-title-overlay-bg: rgba(0, 0, 0, 0.4);
}

(free) flip list 3

#3.3. To change space around description overlay color, add this to Custom CSS

div.flip-card-inner {
  --top-space: 10px;
--left-space: 10px;
--bottom-space: 10px;
--right-space: 10px;
}

(free) flip list 4

#3.4. To change space between Flip items

Flip list 8

You can adjust this option

Flip list 9

Buy me a coffee