From c327f0f7564deab3ab9ea67856f28365d0898313 Mon Sep 17 00:00:00 2001 From: powerhouse Date: Wed, 13 May 2026 13:31:54 +0300 Subject: [PATCH] timer bar: remove italic from button --- wp-content/themes/powerhouse/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/powerhouse/functions.php b/wp-content/themes/powerhouse/functions.php index 0809c21..8ea65d7 100644 --- a/wp-content/themes/powerhouse/functions.php +++ b/wp-content/themes/powerhouse/functions.php @@ -510,8 +510,8 @@ function pwh_cls_fix_styles() { border: none !important; border-radius: 50px; font-size: 16px; - font-style: italic; - font-weight: 500; + font-style: normal; + font-weight: 600; cursor: pointer; transition: opacity .2s, transform .15s; white-space: nowrap;