How do i bold to font of my product title
Hi, share the shop URL
Hi
add the bellow CSS in the base.css file.
.product__title h1 {font-weight: bold;}
I’m not sure how to code can you send a picture step by step
Follow these Steps:
- Go to Online Store
- Edit Code
- Find Assets/base.css file
- Add the following code at the bottom of css file
.product__title h1{
font-weight: 500;
}
Hope this works.
