Kalium Documentation
HomeAccountPricingChangelog
  • Getting Started
    • Introduction
      • Before Getting Started
        • Hosting and Domain
        • WordPress Installation
        • Server Requirements
      • How To Purchase Kalium
    • Installation
      • Installing theme via WordPress
      • Installing theme via FTP
      • License Activation
      • Importing a Starter Site
      • Installing Required Plugins
      • Child Theme
      • Updating Kalium
    • License
      • Managing Licenses
      • Activation Scope
      • Prorating Plan Updates
    • Dashboard
    • Customizer
    • Migrating from Kalium 3 to 4
      • Migrating Automatically
      • Migrating Manually
  • General
    • Header
      • Layouts
      • Custom Header
        • Elements
      • Styling
      • Top Bar
      • Sticky Header
      • Mobile Menu
      • Other Options
      • In Page Options
    • Footer
      • Adding/Editing Content
      • Styling
    • Sidebars
      • Troubleshooting Sidebar
  • Post Types
    • Blog
      • Blog Page
      • Post Page
      • Creating a Blog Page
      • Creating a Blog Post
    • Portfolio
      • Portfolio Page
      • Project Page
      • Creating a Portfolio Page
      • Creating a Portfolio Item
        • Side Portfolio
        • Columned
        • Carousel
        • Zig Zag
        • Fullscreen
        • Lightbox
        • Design Your Own
    • WooCommerce
      • General Settings
        • Mini Cart
        • Free Shipping Bar
        • Product Badges
      • Product Catalog
        • Product Card
      • Product Page
      • Product Images
      • Cart & Checkout
      • My Account
      • Store Notice
    • Search Results
  • Template Parts
    • What are Template Parts?
    • Creating Template Parts
      • Creating a Section
        • Creating a Section with Elementor
        • Creating a Section with WPBakery
        • Insert a Content Section Manually
      • Creating a Header
      • Creating a Header
      • Replace a Page
    • Settings
      • Display Conditions
      • Placement
      • Container Settings
  • Typography
    • Fonts
      • How to Add a Font
        • Adding Adobe Fonts
        • Adding Self-Hosted Fonts
        • Adding External Fonts
      • Custom Selectors
      • Advanced Settings
    • Font Sizes
    • Typography Settings
  • Styling
    • Brand and Logo
    • Colors
    • Buttons
    • Forms
    • Layout
    • Link Styles
    • Site Frame
  • Translation
    • Translation introduction
    • Translating with WPML
    • Translating with Loco Translate
    • Translating with Poedit
    • Adding a Language Switcher
    • RTL Languages
  • Other
    • Social Icons
    • Image Placeholder
    • Breadcrumbs
    • Scroll to Top
    • Maintenance Mode
    • Lightbox
    • Custom CSS
  • Troubleshooting
    • Manage Options in Customizer
    • Bad Hosting Environment
Powered by GitBook
On this page
  • Adding a Social Icon
  • Displaying Social Icons
  1. Other

Social Icons

PreviousRTL LanguagesNextImage Placeholder

Last updated 9 months ago

All your social profile links can be added in Appearance -> Customize -> General -> Social Icons

More than 40 known social profile links are supported but you can also add your own as well.

Adding a Social Icon

To add a link click the Add and select the social profile you want to add:

If the icon does not exist, you can always add your own by going to the end of list and clicking Custom Icon

Then a new dialog will open where you can add your social profile details:

  • Label (optional)

  • Link (required)

  • Color (optional) - All brands have their official color assigned

You can add as many social icons of the same icon as you want. Dragging them by mouse will allow you to change the order of display.

Displaying Social Icons

Now that you have created the social networks, you can add them whenever you want, and that is possible in 2 ways:

1. Header Element

In the Header Builder you can add Social Icons element, which provides its set of attributes to change the look of social networks:

After you add this header element it will display its own options in a new popup dialog where you can change:

  • Display Structure - Show both icon and label or any of them.

  • Spacing - Between the social icons.

  • Size - The size the social icons.

  • Shape - The surrounding shape of the icon.

  • Responsive Visibility - Choose the viewport where the element will be visible.

  • Colors - Set colors for the icon, label and shape.

2. Shortcode

The shortcode can be used for places where you are not able to add social icons using standard user interface for inserting Social Icons. Here is the definition of the shortcode and all its available attributues:

[kalium_social_icons label="yes" icon="no" spacing="30"]
  • label Allowed values: yes, no

  • icon Allowed values: yes, no

  • spacing Allowed values: numeric, numeric with unit example 1.5em

  • size Allowed values: numeric, numeric with unit example 1.5em

  • radius Allowed values: rounded, square, numeric, numeric with unit example 1.5em

  • outline Allowed values: yes, no (only set when you add radius attribute)

  • new_tab Allowed values: yes, no

  • no_follow Allowed values: yes, no

  • color Allowed values: brand (the official color of the brand), #ffffff (any hexadecimal color)

  • color_hover Allowed values: brand, any hexadecimal color

  • label_color Allowed values: brand, any hexadecimal color

  • label_color_hover Allowed values: brand, any hexadecimal color

  • background Allowed values: brand, any hexadecimal color (applied in combination with radius attribute)

  • background_hover Allowed values: brand, any hexadecimal color (applied in combination with radius attribute)

Here is a fully featred example that combines all of these shortcode attributes:

[kalium_social_icons icon="yes" label="no" spacing="1.5rem" size="30" radius="20px" outline="no" new_tab="yes" no_follow="yes" color="brand" color_hover="#ffaa00" background="yellow" background_hover="#24b4a2"]
➕
Adding Social Icon
Social Icon details
Social Icons element in Header Builder