I want a method like this to add a picture of the shipping company next to each shipping company
This topic has 5 replies, 3 voices, and was last updated 1 weeks, 5 days ago ago by Luca Rossi
I want a method like this to add a picture of the shipping company next to each shipping company
Dear @Omar Quddam,
We hope this message finds you well.
Kindly try adding the following custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:
.woocommerce-checkout ul#shipping_method li:nth-child(1) {
padding-left: 100px;
background: url(https://images.seeklogo.com/logo-png/19/1/dhl-express-logo-png_seeklogo-192034.png) no-repeat left center;
background-size: 80px 80px;
}
.woocommerce-checkout ul#shipping_method li:nth-child(2) {
padding-left: 100px;
background: url(https://images.seeklogo.com/logo-png/19/1/dhl-express-logo-png_seeklogo-192034.png) no-repeat left center;
background-size: 80px 80px;
}
You may also refer to the following link for additional context:
https://tinyurl.com/28smjkuw
Please remember to replace the sample logo URL (https://images.seeklogo.com/logo-png/19/1/dhl-express-logo-png_seeklogo-192034.png) with the URLs of your own shipping method images.
Should you have any further questions or require assistance, feel free to reach out.
Kind regards,
The 8Theme Team
thankyou very much 🌹
Dear Omar Quddam,
In the spirit of gratitude, we want to express our appreciation for your trust in our products. As a valued customer, your experience matters greatly. Would you consider sharing it by giving our theme a deserving 5-star rating on ThemeForest?
Click here to share your thoughts: https://themeforest.net/downloads
Being part of our community means a lot, and your feedback contributes immensely.
Best Regards,
The 8Theme Team
Dear @Omar Quddam,
In the spirit of gratitude, we want to express our appreciation for your trust in our products. As a valued customer, your experience matters greatly. Would you consider sharing it by giving our theme a deserving 5-star rating on ThemeForest?
Click here to share your thoughts: https://themeforest.net/downloads
Being part of our community means a lot, and your feedback contributes immensely.
Best Regards,
The 8Theme Team
The issue related to '‘add a picture of the shipping company next to each shipping company’' has been successfully resolved, and the topic is now closed for further responses