I am using a multi column widget, in Dawn theme, and want the link at the bottom of each column to appear as a button. Not the standard link text. Can anyone advise the code to add to the Custom CSS panel to achieve this?
@Gblack To display the link at the bottom of each column as a button, follow below steps.
-
From admin panel, navigate to the “Online Store” → “Themes”.
-
Click the “Customize” button from the current applied theme.
-
Select the “Multicolumn” section.
- Scroll down to find the “Custom CSS” field and paste below code in the field. Here, you can change the font and background color based on your website.
.multicolumn-card .multicolumn-card__info a {
background-color: #000000;
color: #ffffff;
padding: 5px 10px;
}
Now, it will be shown like below screenshot,
Please reach out to me for any other help needed.
If you are pleased with my solution, kindly show your appreciation by liking it
and designating it as the accepted solution
. Your endorsement fuels my dedication to excellence
.


