Services Section 01

Description

  • make Services section with left (title) – right (description, grid of items, item has title, hover will change background, description, clickable arrow)
  • view demo – password: abc
  • buy me a coffee

08.26c07v3 Services Section 01

1. Install Code

#1.1. First add Section > Choose Team > Choose Section with (i) icon

07.26c03v1 Hover Link Change Background Image

#1.2. Hover on top right of section > Click EDIT CONTENT

07.26c03v1 Hover Link Change Background Image

#1.3. at Design > Choose Simple List

08.26c07v3 Services Section 01

#1.4. at Elements > You can Enable Section Title, Item Title, Body, Button

08.26c07v3 Services Section 01

#1.5. at Content > Add your desired title, image, button url

08.26c07v3 Services Section 01

Next, click Title

08.26c07v3 Services Section 01

Enter 2 paragraphs of text

08.26c07v3 Services Section 01

#1.6. Hover on top right of section > Click EDIT SECTION

08.26c07v3 Services Section 01

#1.7. at Format > Anchor Link, enter word: services-01

08.26c07v3 Services Section 01

#1.8. Hover on Page where you want to apply effect > Click Gear icon

08.26c07v3 Services Section 01

#1.9. Click Advanced > Paste this code

  • If you use Personal/Basic Plan and your plan doesn’t support Injection, see #3.1
<!-- 08.26c07v3 Services Section 01 -->
<script>
window.ServicesSection01Config = {
  sectionSelector: '#services-01',
  splitColumns: '1fr 1fr',
  columnGap: 60,
  mobileGridColumns: 2,
  subtitleFontSize: 16,
  cardMinHeight: 260,
  cardMinHeightMobile: 200,
  borderWidth: 1,
  borderColor: '',
  clickTarget: 'arrow',
  arrow: {
    size: 40,
    iconColor: '',
    circleColor: '',
    iconHoverColor: '',
    circleHoverColor: ''
  }
};
</script>
<script src="https://code.beaverhero.com/listsimple/0826c07v3servicessection01.js"></script>

Services Section 01

#2. Customize

#2.1. To change number of columns on Desktop, change this option

08.26c07v3 Services Section 01

To change number of columns on Mobile, change Line 07

mobileGridColumns: 2,

#2.2. To change item height on desktop, mobile, change line 09, 10

cardMinHeight: 260,
cardMinHeightMobile: 200,

#3. Other

#3.1. If you use Personal/Basic Plan and your plan doesn’t support Injection, you can edit current page (page where you use services section) > Add a Block > Choose Markdown

04.26c10v2 Header Sound Icon

Add this code into Markdown

<script>
window.ServicesSection01Config = {
  sectionSelector: '#services-01',
  splitColumns: '1fr 1fr',
  columnGap: 60,
  mobileGridColumns: 2,
  subtitleFontSize: 16,
  cardMinHeight: 260,
  cardMinHeightMobile: 200,
  borderWidth: 1,
  borderColor: '',
  clickTarget: 'arrow',
  arrow: {
    size: 40,
    iconColor: '',
    circleColor: '',
    iconHoverColor: '',
    circleHoverColor: ''
  }
};
</script>
<script src="https://code.beaverhero.com/listsimple/0826c07v3servicessection01.js"></script>

08.26c07v3 Services Section 01

 

 

 

Buy me a coffee