Title: Placement Questions
Last modified: February 1, 2023

---

# Placement Questions

 *  Resolved [greybarn](https://wordpress.org/support/users/greybarn/)
 * (@greybarn)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/placement-questions/)
 * I’m wondering how to move the Ship to a Different Address button. Right now, 
   it is over the top of the word Ship.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fplacement-questions%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Thread Starter [greybarn](https://wordpress.org/support/users/greybarn/)
 * (@greybarn)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/placement-questions/#post-16427651)
 * I am also wondering why there are two radio buttons for each postage option. 
   [https://greybarn.ca/wpfunnel_steps/checkout/](https://greybarn.ca/wpfunnel_steps/checkout/)
 *  Thread Starter [greybarn](https://wordpress.org/support/users/greybarn/)
 * (@greybarn)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/placement-questions/#post-16427653)
 * Also, I cannot find the tab to make the radio button anything but purple. 🙂
 * Thanks for your help.
 *  Thread Starter [greybarn](https://wordpress.org/support/users/greybarn/)
 * (@greybarn)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/placement-questions/#post-16427668)
 * Just one more thing, when I click the integrations, by SendinBlue Integration
   doesn’t show up. I’ve added the API key and authorized it, but no luck. 🙂
 *  Plugin Support [C S Sultan](https://wordpress.org/support/users/cssultan/)
 * (@cssultan)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/placement-questions/#post-16428605)
 * Hi [@greybarn](https://wordpress.org/support/users/greybarn/) , thanks for reaching
   out. Let me try to help you out here.
 * First, please provide us with screenshots to explain what you are trying to change
   with the “Ship to Different Address” and where you are seeing two ratio buttons.
 * Meanwhile, to change the color of the radio button, you would need a custom snippet
   as at the moment, there is option to change the color from within the plugin.
 * You may use the following snippet in Customizer and change the color code as 
   per your requirement:
 *     ```wp-block-code
       wpfnl-checkout .wpfnl-form-row.field-radio .woocommerce-input-wrapper input[type=radio]:checked + label.radio:before {
       border-color: #d3b842 !important;
       }
   
       .wpfnl-checkout .wpfnl-form-row.field-radio .woocommerce-input-wrapper input[type=radio]:checked + label.radio:after {
       background-color: #d34b42 !important;
       }
       ```
   
 * About integrations with Sendinblue, can you let us know versions of the WPFunnels
   plugins you have?
 * Thanks.
 *  Thread Starter [greybarn](https://wordpress.org/support/users/greybarn/)
 * (@greybarn)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/placement-questions/#post-16431486)
 * I tried to add the snippet above to the functions.php (it errored out) and my/
   >WPCode, but it still does not change the colour.
 * ![](https://i0.wp.com/greybarn.ca/wp-content/uploads/2023/02/button.png?resize
   =537%2C527&ssl=1)
 * ![](https://i0.wp.com/greybarn.ca/wp-content/uploads/2023/02/shipping.png?ssl
   =1)
 *  Plugin Support [C S Sultan](https://wordpress.org/support/users/cssultan/)
 * (@cssultan)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/placement-questions/#post-16431763)
 * Hi [@greybarn](https://wordpress.org/support/users/greybarn/) , to use the snippets,
   go to Appearance > Customize and then Additional CSS.
 * There, add the snippets and Publish.
   _**Remember to replace the color codes with
   the ones you want._
 * Snippet for Shipping options Radio buttons:
 *     ```wp-block-code
       .wpfnl-checkout .woocommerce-shipping-methods li input[type=radio]:checked + label:before {
           border-color: #bbd342 !important;
       }
   
       .wpfnl-checkout .woocommerce-shipping-methods li input[type=radio]:checked + label:after {
           background-color: #d39042 !important;
       }
       ```
   
 * Snippet for Payment options Radio buttons:
 *     ```wp-block-code
       .wpfnl-checkout .woocommerce-checkout #payment .woocommerce-SavedPaymentMethods > li > input[type=radio]:checked + label:before, .wpfnl-checkout .woocommerce-checkout #payment ul.payment_methods > li > input[type=radio]:checked + label:before {
           border-color: #c2d342 !important;
       }
   
       .wpfnl-checkout .woocommerce-checkout #payment .woocommerce-SavedPaymentMethods > li > input[type=radio]:checked + label:after, .wpfnl-checkout .woocommerce-checkout #payment ul.payment_methods > li > input[type=radio]:checked + label:after {
           background-color: #d35542 !important;
       }
       ```
   
 * And about the issue with the toggle icons overlapping the Shipping Address title,
   can you try the following:
    - Go to WPFunnels > Settings > Advanced Settings and enable the option “Disable
      Theme Styles in Funnel Pages.” Then Save changes.
 * Now clear browser cache and check if it is fixed. If not, let us know what theme
   you are using. Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Placement Questions’ is closed to new replies.

 * ![](https://ps.w.org/wpfunnels/assets/icon-256x256.gif?rev=3192066)
 * [WPFunnels – Funnel Builder for WooCommerce with Checkout & One Click Upsell](https://wordpress.org/plugins/wpfunnels/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpfunnels/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpfunnels/)
 * [Active Topics](https://wordpress.org/support/plugin/wpfunnels/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpfunnels/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpfunnels/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [C S Sultan](https://wordpress.org/support/users/cssultan/)
 * Last activity: [3 years, 6 months ago](https://wordpress.org/support/topic/placement-questions/#post-16431763)
 * Status: resolved