This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*put this in the html, like in your page template or block or bean block or view. Following are for facebook, twitter, youtube and pinterest */ | |
<i class="fab fa-facebook-f"></i><i class="fab fa-twitter"></i><i class="fab fa-youtube"></i><i class="fab fa-pinterest"></i> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--marisa custom sub hero if statements | |
place in between slideshow and panel_fullwidth | |
--> | |
<?php /* Custom Work: Sub Page Hero */ | |
if(isset($node->type) && $node->type == 'page'){ | |
$field_basic_hero_image = field_get_items('node', $node, 'field_basic_hero_image'); | |
$hero_url = file_create_url($field_basic_hero_image[0]['uri']); | |
}?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*replace Drupal.hermio.setInputPlaceHolder('search_block_form', 'Keywords', '#search-block-form'); */ | |
/*with */ | |
Drupal.hermio.setInputPlaceHolder('search_block_form', 'Search', '#search-block-form'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*------------------------------------------- | |
Panel Hero Sub Page (allowing for hero) | |
-------------------------------------------*/ | |
section#sub-hero { | |
width: 100%; | |
height: 100%; | |
max-height: 640px; | |
background-position: top center; | |
background-size: cover; | |
border-bottom: 4px solid #393530; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* line 1942, ../sass/page.scss */ | |
.main #page-title { | |
text-align: left; | |
padding: 3px 175px 16px 0; | |
} | |
@media (max-width:767px){ | |
.main #page-title { | |
text-align: left; | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.headline { | |
background: #0055b7 url(../images/menorah-ko.png) no-repeat 50px; | |
color: white; | |
overflow-x: hidden; | |
background-size: 30%; | |
position:relative; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@font-face { | |
font-family: Neutra; | |
src: url('NeutraTextBook.otf'), | |
url('NeutraText-Book.woff') format('woff'), | |
url('NeutraText-Book.eot'), | |
url('NeutraText-Book.ttf') format('truetype'); | |
} | |
@font-face { | |
font-family: Neutra-Bold; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.services-builder.style1 .iconimage { | |
background-color:purple /*whatever you want to replace purple*/; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.fc-bgevent { | |
background-color: #54c242 !important; | |
opacity: 1; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* edit css 10-25-2017 mgp */ | |
header#navbar { | |
display: none; | |
} | |
body header.roomify-header { | |
border-color: #e7e7e7; |
NewerOlder