Home › Forums › WoodMart support forum › HTML block in Empty Cart not working. Margin below Short Desc, on Product page › Reply To: HTML block in Empty Cart not working. Margin below Short Desc, on Product page
Luke Nielsen
Hello,
5b. The “Disable” value disables downloading a spare font. You can also set the “Disable” option and check the speed.
6d. The color can be changed owing to the selected “Custom” option in the “Color Scheme” field.
https://gyazo.com/11eac6a153c88cd5fe3a875773ca71c5
To be able to set font family and size globally, please try to use the below custom CSS.
.wd-list .list-content {
font-family: 'Poor Story', cursive;
font-size: 17px !important;
}
6e.You can change the font size and color only for paragraphs on the Single Product page by means of the “Custom selector” (.single-product p
) in the “Advanced Typography”.
https://gyazo.com/f6b453dfac60b853cd1ce0bf3f455e0e
https://gyazo.com/abf1ea571a58a68a13ec1e005c9eb59f
6b. The font size and family separately for the H2-H4 you can change also using “Custom selector” (.page h4
).
https://gyazo.com/eb9990eca239230849600bc84ae6c3df
https://gyazo.com/ba6ae2b8406b9e6359c1360783fdb833
Kind Regards