Dawn - Adjusting text in bold & center + radius

Alex087
Trailblazer
219 3 37

Hi,

 

On this multicolumn section a would like to :

- Put the text in bold & in the center of each column

- adding a radius to each column

- adjusting the space between each column

- adjusting the space between the image & the title

Thanks in advance for your help!

Alex

Screenshot 2023-09-22 at 13.37.06.png

Replies 7 (7)
Moeed
Shopify Partner
3051 761 925

Hey @Alex087 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
h3.inline-richtext {
    font-weight: bold !important;
    text-align: center !important;
}
</style>

RESULT:

Moeed_0-1695383601834.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
Alex087
Trailblazer
219 3 37

thank @Moeed it worked but it applied to all the multicolumns of my page, I just want for this one, thanx in advance 🙂

Artzen_tech
Shopify Partner
521 105 105

Hello @Alex087 
Its Artzen Technologies! We will be happy to help you today.


You can try to follow these steps:

Go to Online Store -> Themes -> Actions -> Edit code.

Go Assets folder -> theme.liquid file.

Add the following code in the bottom of the file above </body> tag

 

<style>
.multicolumn-card.content-container {
    border-radius: 10px;
}
.multicolumn-card h3.inline-richtext {
    text-align: center;
    font-weight: bold;
}
</style>

 

Artzen_tech_0-1695383681550.png

 


Let me know if need further assistance
Regards,
Artzen Technologies

If helpful, please Like and Accept this Solution to help others
Artzen Technologies | A Shopify Development Agency
WhatsApp - 9877983930

Book FREE CONSULTATION who want to migrate to Shopify or want to start an eCommerce business with Shopify
Alex087
Trailblazer
219 3 37

thanx @Artzen_tech it worked but it applied to all the multicolumns of my page, I just want for this one, thanx in advance 🙂

ZestardTech
Shopify Expert
5300 950 1262

Hello there,

 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

 

.multicolumn-card__info {
text-align: center;
font-weight: bold;
}
.multicolumn-card {
border-radius: 10px;
overflow: hidden;
}
.multicolumn-card__image {
margin-bottom: 10px;
}

 

ZestardTech_0-1695383817866.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
Alex087
Trailblazer
219 3 37

thanx @ZestardTech  it worked but it applied to all the multicolumns of my page, I just want for this one, thanx in advance 🙂

PageFly-Oliver
Navigator
503 98 90

Hi @Alex087 ,

 

You can try this code by following these steps: 

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

Step 2: Search file base.css

Step 3: Paste the below code at the bottom of the file -> Save

 

#shopify-section-template--19674055147849__dafd7543-5aa3-42c4-b9cc-63382952445e
 .multicolumn-card.content-container {
    border-radius: 10px;
}
#shopify-section-template--19674055147849__dafd7543-5aa3-42c4-b9cc-63382952445e
 .multicolumn-card h3.inline-richtext {
    text-align: center;
    font-weight: bold;
}

 



Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.