一般建築お問い合わせ Custom SCSS

/* ASJ contact-form styling — matches Classical/red-accent confirmation email & page */ /* Gravity Forms selectors */ /* Page title above the form */ h2, h3 { font-family: Georgia, ‘Times New Roman’, serif !important; color: #221f1e !important; font-weight: 600 !important;…Continue reading

Insert Title Into Page Banner

jQuery(document).ready(function($) { var $titleSource = $(‘.banner-overlay-title’).first(); if ($titleSource.length && $(‘.innerbanner’).length) { $(‘.innerbanner’).html(‘ ‘ + $titleSource.html() + ‘ ‘); $titleSource.hide(); } });Continue reading