/*
 Theme Name:   SmartMCQs Child
 Theme URI:    https://smartmcqs.com
 Description:  A child theme for GeneratePress
 Author:       SmartMCQs Team
 Author URI:   https://smartmcqs.com
 Template:     generatepress
 Version:      1.0
*/

/* Add your custom styles below */

/* Hide both date and author meta info */
.entry-meta .posted-on,
.entry-meta .byline,
.posted-on,
.byline,
.meta,
.date {
  display: none !important;
}

