- Posts: 158
- Thank you received: 5
Adding a custom image to the Product page
- serbofleconcepts
-
Topic Author
- Offline
Less
More
4 years 7 months ago - 4 years 7 months ago #339004
by serbofleconcepts
Adding a custom image to the Product page was created by serbofleconcepts
Last edit: 4 years 7 months ago by serbofleconcepts.
Please Log in or Create an account to join the conversation.
4 years 7 months ago - 4 years 7 months ago #339010
by Philip
Replied by Philip on topic Adding a custom image to the Product page
Hello,
It's possible with some custom css code, learn how to add custom css command with this tutorial, here .
Then built a good css command with a powerful selector like this scheme :
Example :
.Required_context_page_class .your required_element {
command : value;
}
Hope this will allow you to achieve what you need.
Regards
It's possible with some custom css code, learn how to add custom css command with this tutorial, here .
Then built a good css command with a powerful selector like this scheme :
Example :
.Required_context_page_class .your required_element {
command : value;
}
Hope this will allow you to achieve what you need.
Regards
Last edit: 4 years 7 months ago by Philip.
Please Log in or Create an account to join the conversation.
Time to create page: 0.169 seconds