Change titel size on testimonials Impact theme

Solved
Safesprayer
Excursionist
54 0 5

Hello,

 

My url is: www.safesprayer.dk, but the theme is not currently active.

My theme is: Impact.

 

Does anyone have a code that can change the size of the TEXT title/testimonial for the testimonial section on the impact theme?

 

I would like to make the text smaller, but have no option in the store editor.

 

Attached here is an image of the text I would like to make smaller.

 

Skærmbillede 2023-10-09 kl. 14.42.28.png

 

Thank you in advance.

Accepted Solution (1)
Moeed
Shopify Partner
3046 760 924

This is an accepted solution.

Hey @Safesprayer 

 

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>
blockquote.blockquote.h3 {
    font-size: 20px !important;
}
</style>

RESULT:

Moeed_0-1696858336324.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. ❤️

View solution in original post

Replies 7 (7)
Moeed
Shopify Partner
3046 760 924

Hey @Safesprayer 

 

Can you share the preview link of the draft theme so I can assist you?

 

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. ❤️
Safesprayer
Excursionist
54 0 5

Hello @Moeed, i have sent it to you on a private message.

Moeed
Shopify Partner
3046 760 924

This is an accepted solution.

Hey @Safesprayer 

 

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>
blockquote.blockquote.h3 {
    font-size: 20px !important;
}
</style>

RESULT:

Moeed_0-1696858336324.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. ❤️
Artzen_tech
Shopify Partner
521 105 105

Hello @Safesprayer 
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>
.section-stack .press {
    width: 55%;
    margin: 0 auto;
}
</style>

 

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
Safesprayer
Excursionist
54 0 5

Sorry @Artzen_tech I didn't mention it is the text size I would like to change, not the width and margin of the section 🙂

Artzen_tech
Shopify Partner
521 105 105

use this code instead of first one

<style>
.press blockquote.blockquote.h3 {
    font-size: 24px;
}
</style>
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
PageFly-Richard
Shopify Partner
3653 804 1449

Hi @Safesprayer 

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css

 

blockquote.blockquote.h3 {
    font-size: 20px !important;
}

 

Hope you find my answer helpful!
Best regards,
Richard | 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.