Skip to content

Instantly share code, notes, and snippets.

@richtabor
Last active October 12, 2017 15:11
Show Gist options
  • Save richtabor/a519d5e208a6763686c8d7c143ba911a to your computer and use it in GitHub Desktop.
Save richtabor/a519d5e208a6763686c8d7c143ba911a to your computer and use it in GitHub Desktop.
body .upsells.products h2,
body .related.products h2,
body #woocommerce-info-trigger,
body #woocommerce-reviews-trigger,
body .product_title.entry-title {
font-size: 22px !important;
}
@media screen and (min-width: 500px) {
body .upsells.products h2,
body .related.products h2,
body #woocommerce-info-trigger,
body #woocommerce-reviews-trigger,
body .product_title.entry-title {
font-size: 28px !important;
}
}
@media screen and (min-width: 900px) {
body .upsells.products h2,
body .related.products h2,
body #woocommerce-info-trigger,
body #woocommerce-reviews-trigger,
body .product_title.entry-title {
font-size: 35px !important;
}
}
@media screen and (min-width: 900px) and (max-width: 1024px) {
body .upsells.products h2,
body .related.products h2,
body #woocommerce-info-trigger,
body #woocommerce-reviews-trigger,
body .product_title.entry-title {
font-size: 40px !important;
}
}
@media screen and (min-width: 1200px) {
body .upsells.products h2,
body .related.products h2,
body #woocommerce-info-trigger,
body #woocommerce-reviews-trigger,
body .product_title.entry-title {
font-size: 40px !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment