Skip to content

Instantly share code, notes, and snippets.

View jessestu's full-sized avatar

jessestu jessestu

View GitHub Profile

Please go to My Site → Customize → CSS (or Additional CSS), then add all of the following code to the bottom of that window.


/* Hides Follow button */
#actionbar { display: none; }

Please go to My Site → Customize → CSS (or Additional CSS), then add all of the following code to the bottom of that window.


/* This CSS makes the first paragraph of text match the style of additional paragraphs in Luxury theme.
* 11340446-hc (jw)
*/
.content-holder > p:first-child {
 font-family: inherit;

Please go to My Site → Customize → CSS (or Additional CSS), then add all of the following code to the bottom of that window.


/* This CSS hides the Storefront and Woo footer credit links.
* 11338662-hc (jw)
*/
.site-info span,
.site-info a:nth-child(4) {

Please go to My Site → Customize → CSS (or Additional CSS), then add all of the following code to the bottom of that window.


/* This CSS hides the large "Search" text on search result pages.
* 11329305-hc (jw)
*/
.search .big-text {
 display: none;

Please go to My Site → Customize → CSS (or Additional CSS), then add all of the following code to the bottom of that window.


/* This CSS makes fonts bigger on the mobile version.
* 11329777-hc (jw)
*/
@media screen and (max-width: 782px) {
 body {

Please go to My Site → Customize → CSS (or Additional CSS), then add all of the following code to the bottom of that window.


/* This CSS makes the logo 50% smaller and centers items across the menu heading.
* 11299567-hc (jw)
*/
.custom-logo-link,
.custom-logo

Please go to My Site → Customize → CSS (or Additional CSS), then add all of the following code to the bottom of that window.


/* This CSS puts the sharing buttons at the top of single post pages.
* 11021730-hc (jw)
*/
.single .entry-content {
 display: flex;
<p class="call-to-action">Follow us on facebook <a href="https://www.facebook.com/FamilyLifeBury/" target="_blank" rel="noopener">Family Life Bury</a> and Twitter <a href="https://twitter.com/familylifebury" target="_blank" rel="noopener">@FamilyLifeBury</a> for all the latest news and events.</p>

Please go to My Site → Customize → CSS (or Additional CSS), then add all of the following code to the bottom of that window.


/* This CSS customizes some colors that remained the default theme orange color.
* 10954444-hc (jw)
*/
button, input[type=button], input[type=reset], input[type=submit] {
 background-color: #02c39a;

Please go to My Site → Customize → CSS (or Additional CSS), then add all of the following code to the bottom of that window.


/* This CSS forces the header image to show the full image.
* 10773485-hc (jw)
*/
.site-header-image {
 background-size: contain;