I want to add frame around button (Please help me)

I want to add frame around button in multicolumn and remove arrow.

https://rigel-theme-sophia.myshopify.com/
Pass: 1234

@Ganara
Hello,

.multicolumn-card__info .icon-wrap {
	display: none;
}
.link.animate-arrow {
	border: 1px solid #000;
	padding: 0 10px;
	border-radius: 8px;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid

Like This

Hi @Ganara

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

Add this css at the bottom

Online Store->Theme->Edit code

assets-> section-multicolumn.css

.multicolumn-card__info .icon-wrap {

display: none;

}

.multicolumn-card__info .link {

border: 1px solid;

border-radius: 10px;

padding: 5px;

}

Hope you find my answer helpful!

Regards,

PageFly

What should I write in the .price container part? for multicolumn

thank you very much :wink: