Free shipping worldwide logo

JulienB

Member
Hi everyone,

Is it possible to change the color or the logo of the "free shipping worldwide" text on the michelangelo theme?

1521647256204.png

Thanks you,
Julien
 

Tablazines

Active Member
You can change the color of the text here... as for the logos.. you'll need an image editing program or upload different logos
customize.png
 

JulienB

Member
Hi, I mean the color of the plane, not the SSL Secure logo. I cannot retrieve the image to change the color.
 
E

Ekaterina Sayapina

Guest
Hi everyone,

Is it possible to change the color or the logo of the "free shipping worldwide" text on the michelangelo theme?

View attachment 3421

Thanks you,
Julien
You can add your own image. Please add this code to Customization => Head => CSS style:

.header-desc .text-shipping {
background: url("link img") 0 no-repeat;
}

link img - link to your own image
 
Top