Skip to content

Instantly share code, notes, and snippets.

@agusmu
Created October 6, 2018 01:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agusmu/42c5eb346304923ce7de5ee6403d865f to your computer and use it in GitHub Desktop.
Save agusmu/42c5eb346304923ce7de5ee6403d865f to your computer and use it in GitHub Desktop.
Custom CSS - Theme Puca - WPBisnis WhatsApp Rotator
/* ganti warna whatsapp button jadi hijau */
.singular-shop div.product .information .single_add_to_cart_button.single_whatsapp_button {
background: #25d366 !important;
}
/* atur posisi mobile sticky button */
@media (max-width: 767px) {
/* addtocart button di atas */
.singular-shop div.product .information .cart .button.single_add_to_cart_button {
bottom: 50px !important;
}
/* whatsapp button di bawah */
.singular-shop div.product .information .cart .button.single_add_to_cart_button.single_whatsapp_button {
bottom: 0 !important;
}
}
@agusmu
Copy link
Author

agusmu commented Oct 6, 2018

WPBisnis WhatsApp Rotator WordPress Plugin
https://www.wpbisnis.com/item/whatsapp-rotator-wordpress-plugin/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment