Reply 226092 to: About wishlist.⭐︎Both mobile and PC

Avatar: Olga Barlow
Olga Barlow
Support staff
December 2, 2019 at 17:44

Hello,

1) To change the bg/text color for the buttons (Light, dark and active types) go to XStore > Theme Options > Styling and change the colors to what you need http://prntscr.com/q54l4n
2) Wishlist page was missing in plugin settings http://prntscr.com/q54jyl
3) Check the checkout button now.
4) You can change the inputs color at Theme Options > Styling http://prntscr.com/q54z8f
5) By default, WooCommerce displays one of the many standard PayPal icons. To change this icon, enter the following code into your child theme functions.php file, and change the URL in the quotes to match the image of your choice.

/* Change PayPal Icon */

function my_new_paypal_icon() {
    return '/wp-content/uploads/2017/04/paypal-icon.png';
}

add_filter( 'woocommerce_paypal_icon', 'my_new_paypal_icon' );

6) To change the Lost pass link color add the following custom to child theme style.css

a.lost-password {
    color: #020a22;
}

7) If you don’t use the breadcrumbs then add the margin for your header http://prntscr.com/q556ih
8) We added the custom code to change icon to child theme style.css. Check now.
9) To change the bg color of the sliders arrow go to Theme Options > Styling > Slider Arrows Color.
10) Product images size and proportions you can set in Appearance > Customize > WooCommerce > Product images

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.