Send in your website link will send you the css to make it look like that
Here is the CSS code add this css code in your site
Appearance > Customizer > Additional CSS
Right now we have added your login in the place of the cart icon, you can upload a small 30X30 car icon on your website and replace your logo url with the url of that cart icon
https://route66retail.com/wp-content/uploads/2023/08/retail-no-bg-with-shadow.png => replace this
with the cart icon url
.pi-edd-product{
background:#fff;
color:#000;
text-align:left;
border:1px solid #ccc;
border-radius:0px;
padding:10px 40px;
background-image:url("https://route66retail.com/wp-content/uploads/2023/08/retail-no-bg-with-shadow.png");
background-size:30px;
background-repeat:no-repeat;
background-position:5px 5px;
}
That looks so much better. Could we edit the message too? (or can you add the feature in)
“Buy it now to receive between 16/07/2024 and 20/07/2024”
That feature is already there you can modify the message from the plugin setting, Go to Advance setting tab in the plugin and there you can change the message
Thank you.
Lastly, I don’t want it placed where it currently is. What is the shortcode to display it please? I need to turn it off from the backend and place manually
sorry there is no option to place it by shortcode
Oh sorry, also:
Can you set it where you set a time in the back end (lets say 4pm) and it counts down for the visitor?
So..
Order within 3 hours 42 minutes and receive by….
Can you add the shortcode and timer feature into an update please?
These are the only things stopping me from purchasing pro. This could be the best mod on the market if you can add some extra features in
In the pro version you can add estimate by shortcode and you can show a counter for the cutoff time
Is there any other way to move the positioning? Even if you can look at our code?
Use this setting to change the position
View post on imgur.com