/*
 Theme Name:   Bike Push
 Theme URI:    https://bikepush.com
 Description:  Custom GeneratePress child theme for Bike Push
 Author:       Mark W
 Author URI:   https://bikepush.com
 Template:     generatepress
 Version:      0.1
*/


/*
==================
WP Show Posts Mods
==================
*/
h3.wp-show-posts-entry-title {
    text-align: center;
    font-size: 20px;
}
h3.wp-show-posts-entry-title a {
    color: #211C21;
}




/*
==================
Code that was supposed to only add Cat description as per: https://generatepress.com/forums/topic/text-on-custom-category-pages-displaying-on-all-pages-pagination/page/2/#post-1899441  (may have to be removed)
==================
*/
body.paged .cat-description {
display:none;
}



