Skip to content

Instantly share code, notes, and snippets.

View jamigibbs's full-sized avatar

Jami Gibbs jamigibbs

View GitHub Profile
.entry-content a {
color: green;
}
@jamigibbs
jamigibbs / gist:76709205421b4bf1b011
Created March 4, 2015 17:49
Merch: Storewide notice top bar
.admin-bar p.demo_store {
top: 0;
}
p.demo_store {
padding: 0.5em 0;
font-size: 0.9em;
}
@jamigibbs
jamigibbs / gist:751d9ac3a3c5db4b0bdf
Created March 4, 2015 17:55
Advocator: Sitewide Buttons
<a class="button tiny radius right" title="Button Title" target="_blank" href="#"> Donate </a>
@jamigibbs
jamigibbs / gist:4a8d9263e29d5c7cc9ae
Created March 4, 2015 18:25
Advocator: Events Button
#tribe-bar-form .tribe-bar-submit input[type="submit"] {
background: #3c5166 !important;
}
Verifying that +jami is my openname (Bitcoin username). https://onename.com/jami
@jamigibbs
jamigibbs / gist:940f049ffa098b0646d4
Created March 9, 2015 16:55
Advocator: Top header menu dropdown background
.top_header_wrap .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
background-color: #cccccc !important;
}
@jamigibbs
jamigibbs / gist:58f09c69f8421d811ae2
Created March 9, 2015 18:59
Advocator: Center Shortcode Gallery
.entry-content .gallery {
width: 100%;
}
@jamigibbs
jamigibbs / gist:52fe3d96b9a2f8b86f3f
Created March 9, 2015 19:24
Advocator: Back menu item in header
#menu-top-header .back.js-generated {
display: none !important;
}
@jamigibbs
jamigibbs / gist:1950db291a93fb776685
Created March 9, 2015 19:55
Advocator: Customizer Style Page
<?php
/**
* Implements styles set in the theme customizer
*
* @package Customizer Library Demo
*/
if ( ! function_exists( 'customizer_library_demo_build_styles' ) && class_exists( 'Customizer_Library_Styles' ) ) :
/**
* Process user options to generate CSS needed to implement the choices.
*
@jamigibbs
jamigibbs / gist:30c5996ea5daad1857f1
Created March 9, 2015 20:04
Advocator: Remove events price
.tribe-events-event-cost {
display: none;
}