How to change body font size to 11px on Debutify Theme

Solved

How to change body font size to 11px on Debutify Theme

Revail
Excursionist
30 0 13

How to change my base size from minimum (12px) to 11px on body text on Debutify Theme?

My store is www.revailco.com

Accepted Solutions (2)

KetanKumar
Shopify Partner
37094 3645 12053

This is an accepted solution.

@Revail 

sorry  for that  issue your have check your theme setting easy to mange if doesn't fine please try this code

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

body, button, input, select, textarea {font-size: 11px;}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

KetanKumar
Shopify Partner
37094 3645 12053

This is an accepted solution.

@Revail 

yes please add this code

.site-header .site-header__logo-link, .site-header .site-nav__link {font-weight: 600;}
h1.product-single__title { font-size: 14px; }
If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 4 (4)

KetanKumar
Shopify Partner
37094 3645 12053

This is an accepted solution.

@Revail 

sorry  for that  issue your have check your theme setting easy to mange if doesn't fine please try this code

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

body, button, input, select, textarea {font-size: 11px;}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Revail
Excursionist
30 0 13

Thanks that works, just one other minor thing, can you tell me how to:

change the product title to 14px 

and make collection list on the top left 

Appreciate your help!!

8ff1f2822221420f1cca263e0deeae01.png

bold (home, shop, collections, about section) 

KetanKumar
Shopify Partner
37094 3645 12053

This is an accepted solution.

@Revail 

yes please add this code

.site-header .site-header__logo-link, .site-header .site-nav__link {font-weight: 600;}
h1.product-single__title { font-size: 14px; }
If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Kinjaldavra
Shopify Partner
2302 570 1426

hello @Revail 

please Go to Online Store-> Theme->Edit code then go to assets/theme.css ->paste the below code at the bottom of the file.

 .template-product  .site-header .site-header__logo-link, .site-header .site-nav__link {font-weight: 600;}
  .template-product  h1.product-single__title { font-size: 14px; }