I want to change the color of heading below from black to color #fdf8fd:
Here is my store : https://4a7eca-7.myshopify.com/products/period-pain-relief-1
Thanks for helping!
I want to change the color of heading below from black to color #fdf8fd:
Here is my store : https://4a7eca-7.myshopify.com/products/period-pain-relief-1
Thanks for helping!
that is very simple my friend.
Go on Online Store < Theme < Customize the theme you want to customize
Click On The Multicolumn Section
Scroll Down & Add this custom CSS
h2{
color: #fdf8fd
}
And do this to every section you want to change.
Pls mark as solution if it helped
well your code worked. thank you so much!
I have another question. Can you help me change the type font of multiocolum sections above to Source Sans Pro ?
sure
Go on the theme editor and then the section you want to edit.
Go to custom CSS and place the bellow code in it
h2 {
font-family: 'Source Sans Pro' !important;
}
hope it helps