Hi Ciarán
In the Boss template I want to make invisible two images when the site width is below 700px.
Their locations are in base-2b and base-2c but I’m unable to identify them in the CSS code
I’m trying:
@media only screen and (max-width: 700px) {
?????? {
display: none;
}}
In base-2a exists another image that I want to maintain visible.
Can you help me?
Regards
wallis