🖊️
freshio
  • Introduction
  • Support
  • GET STARTED
    • Requirements
    • What’s Included?
  • DOWNLOAD AND INSTALLATION
    • Download
    • Install Theme and Active
    • Plugins installation
    • One Click To Import Demo
  • Global Setting
    • Site config
    • Home settings
    • Color Options
    • Breadcrumb set up
  • Menu Settings
    • Set up Menu
    • Mega menu
    • Menu Drop-Down
  • Header Settings
    • Set up Header
    • Header Sticky
  • Footer Settings
    • Set up Footer
    • Footer set up
  • CONTENT MANAGEMENT
    • Set up Page
    • Blog
  • Elementor Plugin
    • About Plugin
    • Elementor config
  • FAQs
    • How long time get Support
    • How To Submit Ticket
    • Update WordPress Themes & Plugin
  • RECOMMENDATION
    • Optimize WordPress
    • Translation
    • Changelog
Powered by GitBook
On this page

Was this helpful?

  1. Header Settings

Set up Header

PreviousMenu Drop-DownNextHeader Sticky

Last updated 4 years ago

Was this helpful?

Step 1 - From admin Dashboard, navigate to Freshio Options -> Header

Step 2 - You will see all tabs for setting of Header , in Header tab

Step 3 - Choose your header Style for page.

Step 4 - Install the header group

Step 5 - Save Changes

Markup for custom link field:

<div class="freshio-custom-link">
						<ul>
							<li><a href="#">ABOUT</a></li>
							<li><a href="#">FAQ</a></li>
							<li><a href="#">CONTACT US</a></li>
						</ul>
					</div>

Markup for Contact Info:

<div class="freshio-contact">
    <div class="contact_inner">
        <div class="contact_icon">
            <i class="freshio-icon-headphones-alt" aria-hidden="true"></i>
        </div>
        <div class="contact_content">
            <span class="sub-title">Call us 24/7</span>
            <span class="title">(1800)-88-66-991</span>
        </div>
    </div>
 </div>