how to move the heading of a column on the image in multicolumn section
hi, @Jasoliya
Store Link-
https://aesthetixme.myshopify.com/
and also can we move link label on image?
thank you
i hope you’ll answers
Hi
try to add this code
Follow this:
- Go to Online Store->Theme->Edit code
- Asset->component-card.css-> paste bellow code in bottom of file
@media only screen and (min-width: 767px) {
.article-card .card__heading{position: absolute; top: 40%; color: white;}
}
Note: this is not exact solution but for that need code changes, so you can do this fast solution for now
Bets regard