Description
Support the Global Gospel Mission
Your generosity helps Jesus Calls Global Network stream worship,
prayer, prophetic teaching, and the Gospel worldwide 24/7.
Through your giving we are reaching souls, expanding outreach,
and broadcasting hope across the nations.
/* ===== Donation Tier Buttons Styling ===== */
/* Tier button containers */
.woocommerce div.product form.cart .variations td {
padding: 10px;
}
/* Donation buttons */
.woocommerce div.product form.cart .button,
.woocommerce div.product form.cart input[type=”number”] {
border-radius: 30px;
}
/* Preset donation amount buttons */
.woocommerce div.product form.cart .amount,
.woocommerce div.product form.cart .donation-amount {
background: #b30000;
color: #ffffff;
padding: 14px 24px;
border-radius: 30px;
font-weight: 600;
border: 2px solid #d4af37;
transition: all 0.3s ease;
}
/* Hover effect */
.woocommerce div.product form.cart .amount:hover,
.woocommerce div.product form.cart .donation-amount:hover {
background: #d4af37;
color: #000000;
border-color: #b30000;
}
/* Donate button */
.woocommerce div.product form.cart .single_add_to_cart_button {
background: linear-gradient(135deg, #b30000, #ff1a1a);
color: #ffffff;
padding: 16px 40px;
font-size: 18px;
border-radius: 40px;
border: 2px solid #d4af37;
box-shadow: 0 4px 12px rgba(0,0,0,0.2);
transition: all 0.3s ease;
}
/* Donate button hover */
.woocommerce div.product form.cart .single_add_to_cart_button:hover {
background: linear-gradient(135deg, #d4af37, #f5d76e);
color: #000;
border-color: #b30000;
}
/* Center donation section */
.woocommerce div.product form.cart {
text-align: center;
}
/* Mobile responsiveness */
@media (max-width: 768px) {
.woocommerce div.product form.cart .single_add_to_cart_button {
width: 100%;
font-size: 16px;
}
}
