Re: How to add text and button in multi column

Solved

How to add text and button in multi column

NOT1
Shopify Partner
272 2 117

Like this 

NOT1_0-1726027377092.png

 

Accepted Solutions (2)
BSSCommerce-HDL
Shopify Partner
2298 847 1061

This is an accepted solution.

Hi @NOT1

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
.multicolumn-card__info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffff;
    width: 300px;
}

.multicolumn-card__info a {
    background-color: #ffff;
    padding: 10px;
    font-size: 12px !important;
}

.multicolumn-card__info .icon-wrap {
   display: none;
}

.multicolumn-card__info a {
    background-color: #ffff;
    padding-top: 12px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px !important;
}

.multicolumn-card__info h3 {
    color: #ffff !important;
}
</style>

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you  😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

BSSCommerce-HDL
Shopify Partner
2298 847 1061

This is an accepted solution.

Hi @NOT1

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
#MainContent .multicolumn .multicolumn-card__info .rte p {
    font-size: 32px !important;
}
</style>

 Here is result: 

BSSCommerceHDL_0-1726032231963.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 13 (13)

Hardik2903
Pathfinder
95 8 12

@NOT1  Please provide me with the theme you are using.

NOT1
Shopify Partner
272 2 117

Dawn

BSSCommerce-HDL
Shopify Partner
2298 847 1061

Hi @NOT1, You can add text like this and button like this

BSSCommerceHDL_0-1726028276766.png

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

NOT1
Shopify Partner
272 2 117

NOT1_0-1726028363570.png

I wanted like this the button and text in the image 

 

BSSCommerce-HDL
Shopify Partner
2298 847 1061

@NOT1, You can edit it like that first. Then I will css it for you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

NOT1
Shopify Partner
272 2 117



Done : )

BSSCommerce-HDL
Shopify Partner
2298 847 1061

This is an accepted solution.

Hi @NOT1

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
.multicolumn-card__info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffff;
    width: 300px;
}

.multicolumn-card__info a {
    background-color: #ffff;
    padding: 10px;
    font-size: 12px !important;
}

.multicolumn-card__info .icon-wrap {
   display: none;
}

.multicolumn-card__info a {
    background-color: #ffff;
    padding-top: 12px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px !important;
}

.multicolumn-card__info h3 {
    color: #ffff !important;
}
</style>

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you  😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

NOT1
Shopify Partner
272 2 117

Thank you 😍

NOT1
Shopify Partner
272 2 117

@BSSCommerce-HDL Hey, how can I increase the description font size for this i want it 32px? 

BSSCommerce-HDL
Shopify Partner
2298 847 1061

@NOT1, Can you take me a picture of the problem?

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

NOT1
Shopify Partner
272 2 117

NOT1_0-1726031911177.png

Sure. I am using description for the New Arrival I want to make it 32 px how can i Do that

BSSCommerce-HDL
Shopify Partner
2298 847 1061

This is an accepted solution.

Hi @NOT1

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
#MainContent .multicolumn .multicolumn-card__info .rte p {
    font-size: 32px !important;
}
</style>

 Here is result: 

BSSCommerceHDL_0-1726032231963.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

BSSCommerce-HDL
Shopify Partner
2298 847 1061

@NOT1, Just make it as close as possible 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now