Venture Theme - Reduce font size of Title of Featured Product on homepage

lichadiamonds
Tourist
5 0 0

Hi All! I am using the Venture theme, Need to reduce the font size of the text for the product title in the featured product section. Any idea how I can do that? It is just overwhelmingly large. Appreciate your inputs. Thank you!

Gauri

Replies 9 (9)
suyash1
Shopify Partner
7413 903 1217

@lichadiamonds wrote:

Hi All! I am using the Venture theme, Need to reduce the font size of the text for the product title in the featured product section. Any idea how I can do that? It is just overwhelmingly large. Appreciate your inputs. Thank you!

Gauri


H Gauri, it needs css, please share your website link and password if any, will assist you with css

You are welcome to contact me - suyash.patankar@gmail.com, My timezone is GMT+5:30,to build shopify pages use pagefly
#1 Product Filter & Search app on Shopify
fitforlife
New Member
2 0 0
oscprofessional
Shopify Partner
14191 2142 2760

Hello @fitforlife 

Add this css at the bottom of

Online Store->Theme->Edit code->Assets->theme.scss.liquid

.featured-card .featured-card__header {
	height: 150px !important;
}
.featured-card .h1.featured-card__title {
	font-size: 1.3em;
}

Changes are looks like attached screenshot please refer for your refrence.

Hope this will work for you

Thanks....

If helpful then Please Like and Accept Solution. Chat on WhatsApp | Skype : oscprofessionals-87 |
Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify App | Shopify SEO | Digital Marketing | Shopify Strategies Consultant
oscprofessional
Shopify Partner
14191 2142 2760

Hello @lichadiamonds 

Please share your store URL and reference site URL.

So that I can check and let you know the exact solution for this.

Thanks...

If helpful then Please Like and Accept Solution. Chat on WhatsApp | Skype : oscprofessionals-87 |
Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify App | Shopify SEO | Digital Marketing | Shopify Strategies Consultant
fitforlife
New Member
2 0 0

you are amazing thank you. i will use you for all further things i need 🙂 

LokahiSoul
New Member
2 0 0

Hi! Could you please help me? 

The featured product font size is enormous. Been playing with CSS and can't figure it out. Thank you in advance! 

 

Screenshot attached.

Website: lokahisoul.comScreen Shot 2020-11-10 at 8.30.27 p.m..png

suyash1
Shopify Partner
7413 903 1217

please add following css to the end of theme.scss file, adjust number as per need, if any issues feel free to contact me.

 

.featured-product .emphasized-title { font-size: 24px;}
You are welcome to contact me - suyash.patankar@gmail.com, My timezone is GMT+5:30,to build shopify pages use pagefly
#1 Product Filter & Search app on Shopify
LokahiSoul
New Member
2 0 0
BirchPerf
Tourist
9 0 2

Thanks for this - exactly what I needed!