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.


.page .big-text {
display: none;
}
/* Hide authour info PA-9348444-hc*/
.single .byline {

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 fixes the theme issue with centered image blocks.
* 10230156-hc (jw)
*/
.post-content .aligncenter {
 text-align: center;

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 hero container on the homepage to 100% height, centers content inside.
* 10821328-hc (jw)
*/
.hero-container-inner .hentry {
 height: 60%;

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 moves the logo farther left and the menu farther right on the page.
* 10819785-hc (jw)
*/

/* LEFT SIDE */

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 footer action button color match the site logo.
* 10766265-hc (jw)
*/
#custom_html-7 .action-button {
 background: #8F1F34;

Plugin overview page, including a video setup guide:

https://wordpress.com/plugins/post-smtp/

Written instructions

  1. From your WP-ADMIN dashboard click “Post SMTP” and select “Start Wizard”.
  2. Now on the “Who is the mail coming from?” you can add your sending email address and your name.
  3. The following page “Which host will relay the mail?” is where you will add the Outgoing Mail Server Hostname. This is the SMTP server info from your email host.

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 centers the items under "Shop By Category" on Storefront homepage.
* 10755457-hc (jw)
*/
.storefront-product-categories .products.columns-3 {
 display: flex;

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 removes all underlines from hyperlinks.
* 10725440-hc (jw)
*/
.entry .entry-content a {
 text-decoration: 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 changes the site title color.
* 10735834-hc (jw)
*/
.site-title a {
 color: #ffffff;

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 date meta data from posts.
* 10736116-hc (jw)
*/
.entry-meta .posted-on {
 display: none;