1. changing font style (lettertype: century gothic) from home page blog heading 2. changing font style (lettertype: century gothic) from blog post titels (green) and grey text. See attachment blog area marked in red. 3. changing font style (lettertype: century gothic). See attachment product pagina (1) marked in red. 4. Is it possible to underline the text? See attachment marked in blue. 5. changing font style (lettertype: century gothic). See attachment product pagina 2 marked in red. Thank you.
Hey maggie! Paste the css code given below in the custom css section. Code: .post h1 a, ul.post_meta li a, span.onsale, .woocommerce ul.products li.product .button, .related.products h2 { font-family: century gothic !important; } ul.products li a h3 { text-decoration: underline; } Thanks, Praveen
Thank you. Can you also give the css code for the following: changing font style (lettertype: century gothic) from home page blog heading.
Hi maggie! Use this code. Code: h1.blog-heading { font-family: century gothic !important; } Thanks, Praveen