0
Welcome Guest! Login
0 items Join Now

Spectral: Recreating the Demo - FP Footer Contact Info

Your Guide to Recreating Elements of the Spectral Template for Joomla


FP Footer Contact Info

This area of the front page is a Custom HTML module. You will find the settings used in our demo below.

Any mod_custom (Custom HTML) modules are best handled using either RokPad or no editor as a WYSIWYG editor can cause issues with any code that exists in the Custom Output field.

Details

Option Setting
Title FP Footer Contact Info
Show Title Hide
Position footer-b
Status Published
Language All
Note Blank

Custom Output

Enter the following in the Custom Output text editor.

<div class="largemargintop">
    <div class="gantry-width-10 gantry-width-block smallpaddingtop hidden-phone">
        <span class="icon-phone"></span>
    </div>
    <div class="gantry-width-90 gantry-width-block">
        <span class="rt-intro-text">+1 (555) 555-555-5555</span><br />
    </div>
    <div class="clear largemarginbottom largepaddingbottom"></div>
    <div class="gantry-width-10 gantry-width-block smallpaddingtop hidden-phone">
        <span class="icon-home"></span>
    </div>
    <div class="gantry-width-90 gantry-width-block">
        <span class="rt-intro-text">Spectral Theme, LLC</span><br />
        <span>123 Joomla! Boulevard</span><br />
        <span>Seattle, WA 00000, USA</span> 
    </div>
    <div class="clear largemarginbottom largepaddingbottom"></div>
    <div class="gantry-width-10 gantry-width-block smallpaddingtop hidden-phone">
        <span class="icon-envelope-alt"></span>
    </div>
    <div class="gantry-width-90 gantry-width-block">
        <span class="rt-intro-text"><a href="#">noreply/@domain.com</a></span>
    </div>
    <div class="clear"></div>   
</div>  

Basic

Option Setting
Prepare Content No
Select a Background Image Blank

Advanced

Option Setting
Module Class Suffix fp-footer-contact-info hidden-phone

Found errors? Think you can improve this documentation? Please edit this page. You can also view the history of this page.