I am currently using the Semplice Theme for my portfolio website and I have come across a little issue. I want to figure out how to change an image specifically on smaller devices like mobile phones and tablets. However, I'm still quite new to coding.
While searching for a solution here on stackoverflow, I became confused by the different answers as the code/solution I found doesn't match the image code used in the Semplice theme.
It's good to note that in the Semplice theme, you can write custom code before entering the content editor on the page you are working on, which typically looks something like this.
The image code I currently have appears as follows:
<img class="live-image" src="/02_shirt.png" alt="02_shirt" style="">
<img class="live-image" src="/03_bag.png" alt="03_bag" style="">
Both of these images are placed within separate divs:
<div class="column-image column-img-full left">
<div class="column-image column-img-full right">
Best regards, Ray