change font text

Support desk for Villa Belluci Joomla Hotel Template
GK User
Sun Jul 17, 2016 4:03 pm
Hi i would like to change the font style of " Modern Accommodations " also i need to add instagram icon down on social icons
User avatar
Fresh Boarder

teitbite
Fri Jul 22, 2016 2:52 pm
Hi

Add this to override.css

Code: Select all
.box .header {
font-family: 'Arial', sans-serif;
}


For instagram icon add this in Social module:

Code: Select all
<li>
<a href="#">
<i class="gk-icon-instagram"></i>
</a>
</li>


remember to disable using editor before editing it. Some editors does not recognise <i> construcion as HTML syntax.
User avatar
Moderator


cron