ResolvedTitle background image
- This topic has 9 replies, 2 voices, and was last updated 2 years, 2 months ago by
Althemist.
- AuthorPosts
- August 19, 2021 at 10:47 am #31314
mndvtk
ParticipantHi,
in some pages, like checkout, shown blank default title image, where i can change it?
in checkout it shows:
https://im.ge/i/Pbbkyin products:
https://im.ge/i/Pbf4XAugust 20, 2021 at 3:57 pm #31338Althemist
KeymasterHi mndvtk,
For products you can’t have an image in the title.
As form the checkout page, it’s in the page setting when you edit it in the admin (the right column with page and layout settings.
September 26, 2021 at 10:52 pm #31719mndvtk
ParticipantHi,
Yes, but it’s strange, i put image on checkout page simple. As you see here in products, title is looks very “sad” 🙂 http://www.magicflow.lt/product/colorful-pearl-necklace/
I think it possible to change anything, but it take a time for me 🙂 for you as professional coder i think it takes minutes 🙂
Maybe there are any smart ideas? 🙂
September 28, 2021 at 4:04 pm #31737Althemist
KeymasterThe only possible option for product pages would be to assign an image with CSS, but it would be the same for all products.
As for the “sad” title, you can simply change the default title background color with something that suits you better.
September 28, 2021 at 5:21 pm #31743mndvtk
ParticipantCan you provide CSS code how to change title image for all products?
Thanks a lot!
October 4, 2021 at 12:49 pm #31792Althemist
Keymaster.single-product .zass_title_holder { background-image: url("path-to-your-image-here"); }
This should do the job.
October 4, 2021 at 8:25 pm #31802mndvtk
ParticipantThanks! it works, one more little thing 🙂 how to make correct CSS code, to show picture extactly as it is in SHOP page, because now, image is zoomed and not the same as in shop or in contacts page.
SHOP page: https://www.magicflow.lt
with this code products page looks like: https://www.magicflow.lt/product/colorful-pearl-necklace/
Thanks in advance!
October 5, 2021 at 3:38 pm #31811Althemist
Keymaster.single-product .zass_title_holder { background-image: url("https://www.magicflow.lt/wp-content/uploads/2021/09/DSC_0480-2-scaled.jpg"); background-position: top center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; }
October 5, 2021 at 6:58 pm #31816mndvtk
Participantit works perfect for desktop, THANKS 🙂 but for mobile phone shows only color, no image….
it should be another CSS code for mobile version?
October 6, 2021 at 4:44 pm #31823Althemist
KeymasterIt works fine for me on mobiles. Try clearing your phone cache.
- AuthorPosts
You must be logged in and have valid license to reply to this topic.